Skip to content

Commit aa4ab4e

Browse files
authored
Adds .gitignore for Adventure Game Studio Projects
1 parent f908e51 commit aa4ab4e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

AGS.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Adventure Game Studio git ignore
2+
# --------------------------------
3+
# Built things
4+
_Debug/
5+
_Release/
6+
Compiled/
7+
*.exe
8+
9+
#Audio Cache can be rebuilt from sources
10+
AudioCache/
11+
12+
# User
13+
_OpenInEditor.lock
14+
Game.agf.user
15+
16+
# backups
17+
Game.agf.bak
18+
backup_acsprset.spr
19+
20+
# memory dumps
21+
*.dmp
22+
23+
# temporary files
24+
~aclzw.tmp
25+
game28.dta
26+
warnings.log

0 commit comments

Comments
 (0)