-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (40 loc) · 703 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (40 loc) · 703 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
# Dependencies
node_modules/
bun.lockb.bak
# Build output
dist/
build/
*.tsbuildinfo
# npm pack artefacts (verify-package and dry-runs leave these behind)
*.tgz
# Test artifacts
coverage/
.nyc_output/
# Environment
.env
.env.local
.env.*.local
# Editor / OS
.DS_Store
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
*.swp
*.swo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
.bun/
.cache/
# Local databases used in dev / tests
*.sqlite
*.sqlite-journal
*.db
# Local Claude Code settings (per-user; project-wide settings.json may be committed)
.claude/settings.local.json
# Internal deep-overview reference (not for public distribution)
OVERVIEW.md