mirror of
https://github.com/github/gitignore
synced 2025-02-16 23:54:13 +01:00
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.
This commit is contained in:
parent
aa4ab4ec7f
commit
1e4fbb60d1
@ -1,26 +1,34 @@
|
|||||||
# Adventure Game Studio git ignore
|
# Adventure Game Studio git ignore
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|
||||||
# Built things
|
# Built things
|
||||||
_Debug/
|
_Debug/
|
||||||
_Release/
|
|
||||||
Compiled/
|
Compiled/
|
||||||
*.exe
|
|
||||||
|
|
||||||
#Audio Cache can be rebuilt from sources
|
# AudioCache can be rebuilt from sources
|
||||||
AudioCache/
|
AudioCache/
|
||||||
|
|
||||||
# User
|
# Lockfile
|
||||||
_OpenInEditor.lock
|
_OpenInEditor.lock
|
||||||
Game.agf.user
|
|
||||||
|
|
||||||
# backups
|
# User settings
|
||||||
|
Game.agf.user
|
||||||
|
*.crm.user
|
||||||
|
|
||||||
|
# Backups
|
||||||
Game.agf.bak
|
Game.agf.bak
|
||||||
backup_acsprset.spr
|
backup_acsprset.spr
|
||||||
|
|
||||||
# memory dumps
|
# Memory dumps
|
||||||
*.dmp
|
*.dmp
|
||||||
|
|
||||||
# temporary files
|
# Temporary files
|
||||||
|
# temporarily created during sprite or room background compression
|
||||||
~aclzw.tmp
|
~aclzw.tmp
|
||||||
|
# temporary, main game data, before getting packed into exe
|
||||||
game28.dta
|
game28.dta
|
||||||
|
# temporary build of the game before being moved to Compiled/ folder
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
# Log files
|
||||||
warnings.log
|
warnings.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user