Merge pull request #2726 from aws-lumberyard-dev/cgalvan/IgnoreTempLevelSavesInGit
Updated new project template .gitignore files so that temporary level saves in _savebackup files will be ignored as untracked files.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[Bb]uild/
|
||||
[Cc]ache/
|
||||
[Uu]ser/
|
||||
[Uu]ser_test*/
|
||||
[Uu]ser_test*/
|
||||
_savebackup/
|
||||
@@ -1,3 +1,4 @@
|
||||
[Bb]uild/
|
||||
[Cc]ache/
|
||||
[Uu]ser/
|
||||
[Uu]ser/
|
||||
_savebackup/
|
||||
Reference in New Issue
Block a user