-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.npmignore
More file actions
49 lines (39 loc) · 733 Bytes
/
Copy path.npmignore
File metadata and controls
49 lines (39 loc) · 733 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
# Exclude compiled test files (not useful for end users)
dist/__tests__/
# Exclude source files (only dist/ is needed)
src/
# Exclude test configuration and coverage
coverage/
jest.config.*
tsconfig*.json
*.tsbuildinfo
# Exclude development/CI files
.github/
.vscode/
.idea/
.eslintrc*
.prettierrc*
eslint.config.*
prettier.config.*
# Exclude examples (not part of the library API)
examples/
# Exclude docs source
docs/
# Exclude signal-cli binaries downloaded at install time (never ship in package)
bin/signal-cli
bin/signal-cli.bat
lib/
man/
# Exclude OS/editor artifacts
.DS_Store
Thumbs.db
# Exclude logs and temp files
logs/
*.log
*.tgz
# Exclude environment files
.env
.env.*
# Exclude todo/notes
todo.md
pmp_output