-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.npmignore
More file actions
57 lines (46 loc) · 728 Bytes
/
.npmignore
File metadata and controls
57 lines (46 loc) · 728 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
# Dependencies
node_modules/
chroma-42context/node_modules/
**/node_modules/
# Build artifacts
*.log
*.tgz
.npm/
# Development files
.env
.env.local
.env.development
.env.test
.env.production
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Test files
test/
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
.cache/
# Git
.git/
.gitignore
# Docker (keep docker-compose.yml but exclude other docker files)
Dockerfile
.dockerignore
# Large directories that shouldn't be published
chroma-42context/node_modules/
chroma-42context/dist/node_modules/
**/node_modules/**
# Source maps if they exist
*.map
# Lock files (keep package-lock.json for reproducible builds)
# yarn.lock
# pnpm-lock.yaml