Skip to content

Commit

Permalink
Update ignores by g command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Farmer committed Jul 31, 2024
1 parent 1e8b6a2 commit 1c6dc28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
############################################################

grep \
--exclude='yarn.lock' \
--exclude='yarn-error.log' \
--exclude-dir='\.git' \
--exclude-dir='\.yarn' \
--exclude-dir='\.svn' \
--exclude-dir='node_modules' \
--exclude-dir='chunks' \
--exclude-dir='dist' \
-ir \
"$@" * 2>/dev/null

0 comments on commit 1c6dc28

Please sign in to comment.