mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Adds .gitignore for Adventure Game Studio Projects
This commit is contained in:
parent
f908e51bcf
commit
aa4ab4ec7f
1 changed files with 26 additions and 0 deletions
26
AGS.gitignore
Normal file
26
AGS.gitignore
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Adventure Game Studio git ignore
|
||||
# --------------------------------
|
||||
# Built things
|
||||
_Debug/
|
||||
_Release/
|
||||
Compiled/
|
||||
*.exe
|
||||
|
||||
#Audio Cache can be rebuilt from sources
|
||||
AudioCache/
|
||||
|
||||
# User
|
||||
_OpenInEditor.lock
|
||||
Game.agf.user
|
||||
|
||||
# backups
|
||||
Game.agf.bak
|
||||
backup_acsprset.spr
|
||||
|
||||
# memory dumps
|
||||
*.dmp
|
||||
|
||||
# temporary files
|
||||
~aclzw.tmp
|
||||
game28.dta
|
||||
warnings.log
|
Loading…
Add table
Add a link
Reference in a new issue