Skip to content

Commit 1e4fbb6

Browse files
authored
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.
1 parent aa4ab4e commit 1e4fbb6

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

AGS.gitignore

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
# Adventure Game Studio git ignore
22
# --------------------------------
3+
34
# Built things
45
_Debug/
5-
_Release/
66
Compiled/
7-
*.exe
87

9-
#Audio Cache can be rebuilt from sources
8+
# AudioCache can be rebuilt from sources
109
AudioCache/
1110

12-
# User
11+
# Lockfile
1312
_OpenInEditor.lock
13+
14+
# User settings
1415
Game.agf.user
16+
*.crm.user
1517

16-
# backups
18+
# Backups
1719
Game.agf.bak
1820
backup_acsprset.spr
1921

20-
# memory dumps
22+
# Memory dumps
2123
*.dmp
2224

23-
# temporary files
25+
# Temporary files
26+
# temporarily created during sprite or room background compression
2427
~aclzw.tmp
28+
# temporary, main game data, before getting packed into exe
2529
game28.dta
30+
# temporary build of the game before being moved to Compiled/ folder
31+
*.exe
32+
33+
# Log files
2634
warnings.log

0 commit comments

Comments
 (0)