-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.npmignore
More file actions
58 lines (48 loc) · 1.04 KB
/
Copy path.npmignore
File metadata and controls
58 lines (48 loc) · 1.04 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
# Source (dist/ is the published artifact)
src/
tsconfig*.json
# Tests and fixtures
**/__tests__/
fixtures/
# Scripts
scripts/
# Docs and website — exclude everything except the analytics dashboard HTML,
# which the server serves at runtime via GET /analytics.
#
# Note: npm/tar apply .gitignore-style "!" negation rules here. Rather than
# exclude the whole `docs/` tree and try to carve out analytics.html (which
# npm treats inconsistently across versions), we exclude each docs artifact
# individually and leave analytics.html alone.
docs/*.png
docs/*.svg
docs/*.js
docs/CNAME
docs/.nojekyll
docs/index.html
docs/clients/
docs/config/
docs/deploy/
docs/migrate-from-gitbook/
docs/migrate-from-local-rag/
docs/migrate-from-mintlify/
docs/migrate-from-ragdocs/
docs/search/
docs/usage/
# Claude Code plugin
plugin/
# CI/CD
.github/
# Docker
Dockerfile
docker-compose*.yml
docker-compose*.yaml
# Config examples and operations
railway.toml
# Deployment configs
deploy/
# Superpowers artifacts
.superpowers/
# Dev files
.env
.env.local
.env.*.local