From 1e4fbb60d1bda7dbd8f0054ab9235fbe34f3ad71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Mon, 21 Jan 2019 07:18:59 -0200 Subject: [PATCH] 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. --- AGS.gitignore | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/AGS.gitignore b/AGS.gitignore index c1eec3bb..e381672e 100644 --- a/AGS.gitignore +++ b/AGS.gitignore @@ -1,26 +1,34 @@ # Adventure Game Studio git ignore # -------------------------------- + # Built things _Debug/ -_Release/ Compiled/ -*.exe -#Audio Cache can be rebuilt from sources +# AudioCache can be rebuilt from sources AudioCache/ -# User +# Lockfile _OpenInEditor.lock -Game.agf.user -# backups +# User settings +Game.agf.user +*.crm.user + +# Backups Game.agf.bak backup_acsprset.spr -# memory dumps +# Memory dumps *.dmp -# temporary files +# Temporary files +# temporarily created during sprite or room background compression ~aclzw.tmp +# temporary, main game data, before getting packed into exe game28.dta +# temporary build of the game before being moved to Compiled/ folder +*.exe + +# Log files warnings.log