-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (59 loc) · 1018 Bytes
/
.gitignore
File metadata and controls
72 lines (59 loc) · 1018 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
60
61
62
63
64
65
66
67
68
69
70
71
72
# Dependencies
/node_modules
# NPM-managed static files (auto-generated by copy-deps.js)
/public/css/bootstrap.min.css
/public/css/bootstrap.min.css.map
/public/js/bootstrap.bundle.min.js
/public/js/vue.global.js
# Configuration files (user-specific)
/config/*.yaml
!/config/config.yaml.example
# Game state data (runtime generated)
/data/current_game.json
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/logs/*.log
.pm2
# Editor directories and files
.vscode
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
# IDE and tooling
.mcp.json
.serena/
.claude/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Personal files
memo*.txt
GEMINI.md
CLAUDE.md
prompt*.txt
config/init_data.json.bak
config/my-config.yaml
# Electron build output
/dist
/out
# Electron test files
test-*.js
main-minimal.js
/test-app
# Vitest coverage reports
/coverage
*.lcov
# Vitest cache
/.vitest
# Old test files (deprecated)
/test/unit/path-traversal.test.js
/test/unit/temp-test-files