Skip to content

Commit eaa2114

Browse files
committed
build: exlude .history folder in gitignore
This folder is commonly used by extensions for keeping local file histories. Similar to how it's excluded in the FW repo. (cherry picked from commit dabe2e1)
1 parent caa8f7b commit eaa2114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ testem.log
4747
/.git
4848
/.firebase
4949
/.bazelrc.user
50+
/.history/
5051
*.log
5152
.ng-dev.user*
5253
.husky/_

0 commit comments

Comments
 (0)