Ignore workdir/ (build outputs and game data)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
85fdc88c72
commit
05441103fa
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -33,3 +33,6 @@ x64/
|
||||||
*.dll
|
*.dll
|
||||||
*.lib
|
*.lib
|
||||||
*.map
|
*.map
|
||||||
|
|
||||||
|
# Working directory (build outputs + game data)
|
||||||
|
workdir/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue