-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.npmignore
More file actions
65 lines (56 loc) · 834 Bytes
/
Copy path.npmignore
File metadata and controls
65 lines (56 loc) · 834 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# claude-faf-mcp - NPM Ignore
# PROTECT THE MCP SECRET SAUCE!
# Never publish TypeScript source
src/**/*.ts
*.ts
!*.d.ts
# Never publish test files
test/
tests/
*.test.ts
*.spec.ts
*.test.js
*.spec.js
test-*.ts
test-*.js
# Never publish development files
.vscode/
.idea/
*.log
.DS_Store
.env
.env.*
# Never publish docs/internal
docs/internal/
ANTHROPIC_*.md
*_SUBMISSION*.md
*_OUTREACH*.md
*_AUDIT*.md
CHAMPIONSHIP*.md
PROTECT-*.md
*-SECRET.md
*-PRIVATE.md
# Never publish build configs
webpack.*.js
tsconfig.json
jest.config.js
.eslintrc*
.prettierrc*
# Never publish git
.git/
.github/
.gitignore
# Never publish scripts
*.sh
scripts/
bin/
# Never publish FAF context files
.faf
.faf++
.fafignore
# ONLY publish these:
# dist/**/*.js (compiled code)
# dist/**/*.d.ts (type definitions)
# README.md
# LICENSE
# package.json