-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.npmignore
More file actions
66 lines (54 loc) · 713 Bytes
/
Copy path.npmignore
File metadata and controls
66 lines (54 loc) · 713 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
66
# Source files (only publish compiled)
src/
*.ts
!dist/**/*.d.ts
# Next.js build output
.next/
.vercel/
# Config and dev files
.env
.env.*
.vercelignore
vercel.json
api/
Dockerfile
smithery.yaml
tsconfig.json
# Test files
test-*.js
submit_app.py
*.test.js
*.spec.js
# Docs and guides (keep README)
docs/
AUTH0_SETUP.md
PUBLISHING.md
OAUTH_MCP_AUTH0_GUIDE.md
# Database
supabase/
# Build artifacts
*.tgz
npm-debug.log*
# Version control
.git/
.gitignore
# Editor
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Backup files
*.backup
*.nextjs
package.json.nextjs
package-lock.json.nextjs
package-vercel.json
# Large data files
3.2.json
# Keep these
!README.md
!LICENSE
!package.json
!server.json
!dist/