-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.npmignore
More file actions
93 lines (83 loc) · 1.29 KB
/
Copy path.npmignore
File metadata and controls
93 lines (83 loc) · 1.29 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Keep published package lean; package.json "files" is the primary allow-list.
# Source and test code
src/
tests/
scripts/
# Docs (keep only auth scope files)
docs/
!docs/auth/production_scopes.json
!docs/auth/sandbox_scopes.json
# CI/repo metadata
.github/
.changeset/
.git/
.gitignore
.gitattributes
# Local tooling and agent artifacts
.ai-guard/
.clinerules/
.cursor/
.gemini/
.kilo/
.opencode/
.claude/
.mcp.json
kilo.jsonc
opencode.json
context7.json
Taskfile.yml
# Build outputs not needed for consumers
build/**/*.map
build/**/*.d.ts.map
build/**/*.d.ts
!build/index.d.ts
!build/server-http.d.ts
build/types/sell-apps
build/types/application-settings
# Non-runtime media/assets
public/screenshot-guides/
public/video-tutorial.mp4
# Local config and lockfiles
tsconfig*.json
vitest.config.ts
eslint.config.js
.eslintrc.json
.prettierignore
.prettierrc
.editorconfig
.npmrc
pnpm-lock.yaml
yarn.lock
package-lock.json
bun.lock
docker-compose.yml
Dockerfile
# Environment and secrets
.env
.env.*
!.env.example
.ebay-tokens.json
*.key
*.pem
*.cert
*.crt
*.p12
*.pfx
# Logs/temp/test outputs
coverage/
.nyc_output/
*.log
*.tmp
tmp/
temp/
# Repo-only docs
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
BUG_REPORT.md
DOCKER_MCP_REGISTRY_GUIDE.md
CLAUDE.md
GEMINI.md
DEDUP-REPORT.md
*.md.backup