Skip to content

Commit

Permalink
build: Ignore .history for the xyz.local-history VSCode extension (an…
Browse files Browse the repository at this point in the history
…gular#38121)

Ignore .history for the xyz.local-history VSCode extension

PR Close angular#38121
  • Loading branch information
mhevery authored and AndrewKushnir committed Jul 17, 2020
1 parent 38a7021 commit 095cfd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ yarn-error.log

.notes.md
baseline.json

# Ignore .history for the xyz.local-history VSCode extension
.history
3 changes: 2 additions & 1 deletion .vscode/recommended-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"**/bazel-out": true,
"**/dist": true,
"**/aio/src/generated": true,
".history": true,
},
"git.ignoreLimitWarning": true,
}
}

0 comments on commit 095cfd9

Please sign in to comment.