forked from superagent-ai/grok-cli
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.npmignore
More file actions
80 lines (67 loc) · 1.01 KB
/
.npmignore
File metadata and controls
80 lines (67 loc) · 1.01 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
# Source files (only include built dist/)
src/
tsconfig.json
# Lock files from other package managers
yarn.lock
# Development and build tools
.gitignore
.eslintrc*
.prettierrc*
jest.config.*
webpack.config.*
rollup.config.*
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Development dependencies logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bun-debug.log*
# Bun specific files
bun.lockb
bun.lock
.bun/
# Environment files
.env*
# Test files and coverage
test/
tests/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
coverage/
.nyc_output/
# Documentation source (keep only README.md)
docs/
*.md
!README.md
# Git files
.git/
.gitignore
# CI/CD files
.github/
.gitlab-ci.yml
.travis.yml
circle.yml
appveyor.yml
# Misc development files
.editorconfig
.eslintcache
*.tgz
*.log
# Include only what's needed for the package
# The dist/ folder should be included (not ignored)
# package.json and README.md should be included