We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d457892 + 60d8c1b commit 2fc46ccCopy full SHA for 2fc46cc
1 file changed
.npmignore
@@ -0,0 +1,30 @@
1
+# Documentation
2
+docs/
3
+*.md
4
+!README.md
5
+CODEOWNERS
6
+
7
+# Test and mock files
8
+__tests__/
9
+__mocks__/
10
+**/__tests__/
11
+**/__mocks__/
12
+coverage/
13
+jest.config.js
14
15
+# Backup folders / artifacts
16
+backups/
17
+*.backup
18
+*.bak
19
+*.swp
20
+*.tgz
21
22
+# Local configuration files
23
+.env
24
+.env.*
25
+config.local.js
26
+*.local.js
27
28
+# Tooling and CI
29
+.github/
30
+.claude/
0 commit comments