forked from ln-dev7/circle
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.npmignore
More file actions
51 lines (45 loc) · 702 Bytes
/
.npmignore
File metadata and controls
51 lines (45 loc) · 702 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
# Development files
.env*
.vscode/
.cursor/
.idea/
*.log
node_modules/
# Source files (only ship built files)
app/
components/
hooks/
utils/
styles/
*.ts
*.tsx
!lib/**/*.ts
!scripts/ws.ts
# Build artifacts we don't need
.next/cache/
.next/server/app-paths-manifest.json
.next/server/middleware-manifest.json
.next/server/pages-manifest.json
.next/server/webpack-runtime.js
.next/build-manifest.json
.next/react-loadable-manifest.json
.next/trace
*.map
# Test files
__tests__/
*.test.*
*.spec.*
# Documentation
README.md
CLAUDE.md
docs/
# Git files
.git/
.gitignore
# Config files (except necessary ones)
.eslintrc.json
.prettierrc
tsconfig.json
tailwind.config.ts
postcss.config.mjs
next-env.d.ts