Skip to content

Commit dabe2e1

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.
1 parent 4da9e19 commit dabe2e1

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)