build: Ignore .history for the xyz.local-history VSCode extension (#38121)
Ignore .history for the xyz.local-history VSCode extension PR Close #38121
This commit is contained in:
parent
38a7021d5e
commit
095cfd961d
|
@ -42,3 +42,6 @@ yarn-error.log
|
|||
|
||||
.notes.md
|
||||
baseline.json
|
||||
|
||||
# Ignore .history for the xyz.local-history VSCode extension
|
||||
.history
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"**/bazel-out": true,
|
||||
"**/dist": true,
|
||||
"**/aio/src/generated": true,
|
||||
".history": true,
|
||||
},
|
||||
"git.ignoreLimitWarning": true,
|
||||
}
|
Loading…
Reference in New Issue