-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.npmignore
More file actions
56 lines (49 loc) · 683 Bytes
/
Copy path.npmignore
File metadata and controls
56 lines (49 loc) · 683 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
50
51
52
53
54
55
56
# Source files
src/
__test__/
__tests__/
# Documentation
docs/
examples/
.vitepress/
# Config files
tsconfig.json
tsconfig.tsd.json
tsd.json
vitest.config.ts
vitest.docs.config.ts
eslint.config.js
typedoc.json
.prettierrc
.editorconfig
# CI/CD
.github/
.husky/
# Development files
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
test-d/
# Misc
.DS_Store
*.log
.env
.env.local
coverage/
.nyc_output/
# Documentation files
CONTRIBUTING.md
CLAUDE.md
FIXED_ISSUES.md
GEOSPATIAL_EXAMPLES_UPDATE.md
PLAYGROUND_FIX.md
techstack.md
techstack.yml
TYPESCRIPT_IMPLEMENTATION_SUMMARY.md
RESTRUCTURING.md
# Keep only build output and essential files
!build/
!package.json
!README.md
!LICENSE.md