Skip to content

Commit de259e2

Browse files
authored
Merge pull request #2935 from ericoporto/master
Adds .gitignore for Adventure Game Studio Projects
2 parents c672d4a + 4d95602 commit de259e2

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

AdventureGameStudio.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Built things
2+
_Debug/
3+
Compiled/
4+
5+
# AudioCache can be rebuilt from sources
6+
AudioCache/
7+
8+
# Lockfile
9+
_OpenInEditor.lock
10+
11+
# User settings
12+
Game.agf.user
13+
*.crm.user
14+
15+
# Backups
16+
Game.agf.bak
17+
backup_acsprset.spr
18+
19+
# Memory dumps
20+
*.dmp
21+
22+
# Temporary files
23+
# temporarily created during sprite or room background compression
24+
~aclzw.tmp
25+
# temporary, main game data, before getting packed into exe
26+
game28.dta
27+
# temporary build of the game before being moved to Compiled/ folder
28+
*.exe
29+
30+
# Log files
31+
warnings.log

0 commit comments

Comments
 (0)