Skip to content

Commit 3617d5a

Browse files
josephperrottclydin
authored andcommitted
build: add husky ignored files to .gitignore
Ahead of upgrading to husky v5, adding the shell file location to .gitignore to prevent it from randomly showing up when devs checkout older branches. (cherry picked from commit c24008c)
1 parent 63a5559 commit 3617d5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ yarn-error.log*
4242
.ng_pkg_build/
4343
.ng-dev.log
4444
.ng-dev.user*
45+
.husky/_
4546

4647
# Mac OSX Finder files.
4748
**/.DS_Store

0 commit comments

Comments
 (0)