adding ignore rule in AP for install folder and making exclusion rule in gitignore to match the one of build

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 4 years ago
parent 404d6864fd
commit b7291cf740

2
.gitignore vendored

@ -7,7 +7,7 @@ AssetProcessorTemp/**
[Oo]ut/**
CMakeUserPresets.json
[Cc]ache/
/install/
/[Ii]nstall/
Editor/EditorEventLog.xml
Editor/EditorLayout.xml
**/*egg-info/**

@ -172,6 +172,9 @@
"Exclude Build": {
"pattern": ".*/[Bb]uild/.*"
},
"Exclude Install": {
"pattern": ".*/[Ii]nstall/.*"
},
"Exclude UserSettings": {
"pattern": ".*/UserSettings.xml"
},

Loading…
Cancel
Save