Skip to content

Commit 356552c

Browse files
committed
npm publish prep
1 parent 61322e0 commit 356552c

File tree

6 files changed

+50
-991
lines changed

6 files changed

+50
-991
lines changed

.npmignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Test files
2+
**/*.test.js
3+
**/*.test.d.ts
4+
5+
# Source files
6+
src/
7+
8+
# Development files
9+
*.config.ts
10+
*.config.js
11+
tsconfig.json
12+
biome.json
13+
knip.json
14+
15+
# CI/CD
16+
.github/
17+
18+
# Editor
19+
.vscode/
20+
21+
# Other
22+
.gitignore
23+
AGENTS.md
24+
fix-spec-tests.md

PROJECT.md

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)