Skip to content

Commit 095cfd9

Browse files
mheveryAndrewKushnir
authored andcommitted
build: Ignore .history for the xyz.local-history VSCode extension (#38121)
Ignore .history for the xyz.local-history VSCode extension PR Close #38121
1 parent 38a7021 commit 095cfd9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ yarn-error.log
4242

4343
.notes.md
4444
baseline.json
45+
46+
# Ignore .history for the xyz.local-history VSCode extension
47+
.history

.vscode/recommended-settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"**/bazel-out": true,
2727
"**/dist": true,
2828
"**/aio/src/generated": true,
29+
".history": true,
2930
},
3031
"git.ignoreLimitWarning": true,
31-
}
32+
}

0 commit comments

Comments
 (0)