gitignore/AGS.gitignore
Érico Vieira Porto 1e4fbb60d1
Removed _Release folder and added more things
- Removed non-standard `_Release` folder;
- Added per room settings for next ags `*.crm.user`;
- Reorganized the lines in some categories with more comments.
2019-01-21 07:18:59 -02:00

35 lines
566 B
Plaintext

# Adventure Game Studio git ignore
# --------------------------------
# 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