-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (43 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
58 lines (43 loc) · 1.04 KB
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
# Dependencies
node_modules/
aikido-class/**/node_modules/
# Environment
.env
.env.*
.env.local
# Logs
npm-debug.log*
*.log
# OS
.DS_Store
Thumbs.db
# Generated recovery chunk folders (can be hundreds of MB)
output/recovery-*/
# Generated restored-state folders from delta/chain operations
output/delta-*/
output/chain-*/
# Manifest backups (created automatically by clean-manifest)
output/manifest.backup-*.json
# Temporary output files
output/*.tmp
output/*.bak
# Local WordPress-style test fixture
# (reproduce with: npm run demo:fixture)
test-wp/
# PDF source files (large, not part of the public token demo)
*.pdf
# Local source fixture, not part of repository
aikido-class/
# Generated VSC output artifacts
output/
# Generated benchmark fixtures
test-benchmark/
test-json-benchmark/
# Benchmark output (already covered by output/ but listed explicitly)
output/benchmark/
output/json-benchmark/
# Evidence bundles (already covered by output/ but listed explicitly)
output/bundles/
output/json-event-bundles/
# Generated showcase artifacts
showcase/