Skip to content

Commit

Permalink
fix: add fish scripts to the default ignore patterns (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-M0 authored Apr 25, 2023
1 parent 5f374ce commit d53b33f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"description": "The glob pattern to match file paths against. Set to true or false to enable or disable the pattern."
},
"default": {
"**/*.fish": true,
"**/*.xonshrc": true,
"**/*.xsh": true,
"**/*.zsh": true,
Expand Down

0 comments on commit d53b33f

Please sign in to comment.