-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 691 Bytes
/
.gitignore
File metadata and controls
59 lines (48 loc) · 691 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
# 1. Dependencies
node_modules/
# 2. Build output
dist/
build/
# 3. Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 4. Runtime data
pids/
*.pid
*.seed
*.pid.lock
# 5. Coverage
coverage/
.nyc_output/
# 6. OS files
.DS_Store
Thumbs.db
# 7. IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 8. Environment
.env
.env.local
.env.*.local
# 9. Test
.test/
.tap/
# 10. Package locks
# Uncomment if you use pnpm or yarn
# package-lock.json
# pnpm-lock.yaml
# yarn.lock
# 11. Local-only telemetry POC (kept out of this repo on purpose)
private-telemetry/
# 12. Local AI test workflow artifacts
task/artifacts/*
!task/artifacts/.gitkeep
task/reports/*.md
!task/reports/.gitkeep
.aider*