Adds .gitignore for Adventure Game Studio Projects
Reasons for making this change:
Adds a .gitignore for Adventure Game Studio Projects. There is some discussion on it here.
Links to documentation supporting these rule changes:
This is a new template for Adventure Game Studio projects. The game is written in AGScript using the Adventure Game Studio tool. This .gitignore should help game creators who wants to use git through Github to version their game.
If this is a new template:
- Link to application or project’s homepage: https://www.adventuregamestudio.co.uk/
"_Release/" is not a standard folder in the game project, probably created by user. Since AGS 3.5.0 there will be also *.crm.user files that keep user settings for the room editor.
Also, strictly speaking "*.exe" belongs to "# temporary files" because it is placed in the root only for a moment during compilation before being moved to Compiled folder.
Renamed AGS.gitignore to AdventureGameStudio.gitignore as suggested by @edmundito :grinning:
@shiftkey it's GitHub gameoff, any chance this PR can be merged? (I remembered because I was writing a little guide on how to use GitHub with AGS because of game-off)
Any chance to get this merged? It would be super useful for the users of Adventure Game Studio.