mirror of
https://github.com/Nighthawk42/YodaStoriesNG.git
synced 2026-08-30 08:02:28 +00:00
44 lines
426 B
Plaintext
44 lines
426 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# Original game files (not part of the project)
|
|
Yoda/
|
|
MAGIC/
|
|
Themes/
|
|
AUTORUN.INF
|
|
Yodaplay.exe
|
|
setup.exe
|
|
|
|
# Indiana Jones Desktop Adventures data
|
|
ida/
|
|
INDYDESK/
|
|
|
|
# Temporary scripts
|
|
*.ps1
|
|
|
|
# Claude workspace
|
|
.claude/
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
nul
|
|
|
|
# Temporary/debug files
|
|
*.bmp
|
|
output.txt
|
|
|
|
# Python scripts (dev tools)
|
|
*.py
|
|
webfun-reference/
|