mirror of
https://github.com/github/gitignore
synced 2025-05-25 09:05:15 +02:00
Merge pull request #2935 from ericoporto/master
Adds .gitignore for Adventure Game Studio Projects
This commit is contained in:
commit
de259e20ff
31
AdventureGameStudio.gitignore
Normal file
31
AdventureGameStudio.gitignore
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Built things
|
||||||
|
_Debug/
|
||||||
|
Compiled/
|
||||||
|
|
||||||
|
# AudioCache can be rebuilt from sources
|
||||||
|
AudioCache/
|
||||||
|
|
||||||
|
# Lockfile
|
||||||
|
_OpenInEditor.lock
|
||||||
|
|
||||||
|
# User settings
|
||||||
|
Game.agf.user
|
||||||
|
*.crm.user
|
||||||
|
|
||||||
|
# Backups
|
||||||
|
Game.agf.bak
|
||||||
|
backup_acsprset.spr
|
||||||
|
|
||||||
|
# Memory dumps
|
||||||
|
*.dmp
|
||||||
|
|
||||||
|
# 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
|
Loading…
x
Reference in New Issue
Block a user