-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.npmignore
More file actions
76 lines (63 loc) · 864 Bytes
/
.npmignore
File metadata and controls
76 lines (63 loc) · 864 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
67
68
69
70
71
72
73
74
75
76
# Test files
test_*.py
__pycache__/
*.pyc
# Development files
.git/
.github/
.gitignore
# Documentation source files
docs/
# CI/CD files
.travis.yml
.gitlab-ci.yml
azure-pipelines.yml
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Example configuration
settings.json
# Development scripts
dev-*.sh
# Project-specific files
.dart
CLAUDE.md
CLAUDE.md.template
migrate-disabled-hooks.js
wiki/
push-wiki.sh
setup-wiki.sh
# Session data
.claude/pending-dart-syncs.json
.claude/session-summary.json
.claude/settings.local.json
# Coverage reports
coverage/
.coverage
htmlcov/
# Virtual environments
venv/
env/
.env
# Build artifacts
build/
dist/
*.egg-info/
# Keep these files
!*.py
!install.sh
!run_tests.sh
!index.js
!package.json
!README.md
!LICENSE
!CHANGELOG.md
!CONTRIBUTING.md
!CODE_OF_CONDUCT.md
!settings.example.json