Skip to content

Commit

Permalink
Add ".git/" to ignorePatterns
Browse files Browse the repository at this point in the history
If you named your branch "update_foo.js", "!.*" would cause matches
like ".git/refs/heads/update_foo.js"
and ".git/logs/refs/heads/update_foo.js".
  • Loading branch information
EvgenyOrekhov committed Sep 1, 2020
1 parent bda7a83 commit d94b018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ignorePatterns": [
"!.*",

".git/",
"node_modules/",
"bower_components/",
"jspm_packages/",
Expand Down

0 comments on commit d94b018

Please sign in to comment.