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>
This commit is contained in:
Esteban Papp
2021-09-01 08:45:22 -07:00
parent 404d6864fd
commit b7291cf740
2 changed files with 4 additions and 1 deletions
@@ -172,6 +172,9 @@
"Exclude Build": {
"pattern": ".*/[Bb]uild/.*"
},
"Exclude Install": {
"pattern": ".*/[Ii]nstall/.*"
},
"Exclude UserSettings": {
"pattern": ".*/UserSettings.xml"
},