1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00
gitignore/AdventureGameStudio.gitignore
2019-02-17 12:50:49 -03:00

31 lines
495 B
Text

# Built things
_Debug/
Compiled/
# AudioCache can be rebuilt from sources
AudioCache/
# Lockfile
_OpenInEditor.lock
# User settings
Game.agf.user
*.crm.user
# Backups
Game.agf.bak
backup_acsprset.spr
# Memory dumps
*.dmp
# Temporary files
# temporarily created during sprite or room background compression
~aclzw.tmp
# temporary, main game data, before getting packed into exe
game28.dta
# temporary build of the game before being moved to Compiled/ folder
*.exe
# Log files
warnings.log