forked from mkdelta221/claude-cortex
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.npmignore
More file actions
49 lines (43 loc) · 783 Bytes
/
.npmignore
File metadata and controls
49 lines (43 loc) · 783 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
# Source files (dist is the published build)
src/
*.ts
!*.d.ts
# Tests
__tests__/
*.test.ts
*.spec.ts
jest.config.js
coverage/
# Documentation
docs/
# Development files
.github/
.vscode/
.idea/
.claude/
# Config files
tsconfig.json
.gitignore
.env*
# Temporary files
*.log
.DS_Store
# Dashboard - exclude everything except standalone build
dashboard/src/
dashboard/app/
dashboard/components/
dashboard/lib/
dashboard/hooks/
dashboard/node_modules/
dashboard/.next/cache/
dashboard/.next/dev/
dashboard/.next/diagnostics/
dashboard/.next/build/
dashboard/.next/*.json
dashboard/tsconfig.json
dashboard/tailwind.config.*
dashboard/postcss.config.*
dashboard/eslint.config.*
dashboard/components.json
dashboard/package-lock.json
# Keep standalone build (included via files array)