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:
Chris Galvan
2021-08-02 15:37:50 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
[Bb]uild/
[Cc]ache/
[Uu]ser/
[Uu]ser_test*/
[Uu]ser_test*/
_savebackup/
+2 -1
View File
@@ -1,3 +1,4 @@
[Bb]uild/
[Cc]ache/
[Uu]ser/
[Uu]ser/
_savebackup/