Skip to content

Commit 2fc46cc

Browse files
authored
Merge pull request #42 from oss-slu/issue-35-clone
Added .npmignore with no failing tests
2 parents d457892 + 60d8c1b commit 2fc46cc

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.npmignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)