build: add husky ignored files to .gitignore (#39388)

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.  Beginning in v5, husky places its
shell files in a directory at `.husky/_` so these are placed
in the .gitignore to prevent being commited or tracked.

PR Close #39388
This commit is contained in:
Joey Perrott 2020-10-22 08:58:59 -07:00 committed by Alex Rickabaugh
parent 02b2d4b8ed
commit ebd6ccd004
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -51,3 +51,6 @@ baseline.json
# CLDR data
tools/gulp-tasks/cldr/cldr-data/
# Husky
.husky/_