-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Expand file tree
/
Copy path.npmignore
More file actions
48 lines (42 loc) · 631 Bytes
/
Copy path.npmignore
File metadata and controls
48 lines (42 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
src/
scripts/
tests/
docs/
datasets/
private/
antipattern-czar/
# Maintainer dev-instruction files — never ship in the npm tarball (#2537).
# Anchored paths so plugin-functional mode templates (e.g. plugin/modes/law-study-CLAUDE.md)
# are NOT affected.
/CLAUDE.md
/plugin/CLAUDE.md
/plugin/scripts/CLAUDE.md
plugin/node_modules/
plugin/scripts/claude-mem
plugin/data/
plugin/data.backup/
*.ts
!*.d.ts
tsconfig*.json
.eslintrc*
.prettierrc*
.editorconfig
jest.config*
vitest.config*
.git/
.github/
.gitignore
.claude/
.cursor/
.mcp.json
.plan/
.DS_Store
*.log
*.tmp
*.temp
Thumbs.db
Auto Run Docs/
~*/
http*/
https*/
.idea/