-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
78 lines (66 loc) · 979 Bytes
/
Copy path.npmignore
File metadata and controls
78 lines (66 loc) · 979 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Documentation and images (keep in repo, exclude from npm)
docs/
*.png
*.jpg
*.jpeg
*.gif
*.webp
# Source files (included via package.json files field)
# src/
# Examples and demos
examples/
apps/
# Development files
.github/
.vscode/
.idea/
# Build artifacts (old)
*.log
*.tgz
# Tests
**/*.test.ts
**/*.test.tsx
**/*.spec.ts
**/*.spec.tsx
__tests__/
__mocks__/
# Config files
.eslintrc*
.prettierrc*
tsconfig.json
tsconfig.*.json
!tsconfig.build.json
# Documentation (keep only essential ones)
PROJECT_SUMMARY.md
FINAL_STATUS.md
PATH_MAPPING_FIX.md
DESIGN_DECISIONS.md
SETUP_COMPLETE.md
FINAL_WIDGET_COUNT.md
COMPLETE_WIDGET_LIST.md
EXPO_GO_LIMITATIONS.md
MONOREPO_SETUP.md
UI_COMPONENTS_GUIDE.md
QUICK_START.md
VERSIONING.md
# Template specific files
app.json
babel.config.js
metro.config.js
tailwind.config.js
global.css
nativewind-env.d.ts
# Git
.git/
.gitignore
.gitattributes
# Editor
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Workspace
node_modules/
packages/