Skip to content

Commit

Permalink
chore: ignore node_modules in git (#1308)
Browse files Browse the repository at this point in the history
I think it's best to have this explicitly ignored since some of our
fixtures are valid with npm/yarn/pnpm and `node_modules` is known for
being a blackhole 😅
  • Loading branch information
G-Rath authored Oct 9, 2024
1 parent 81cec55 commit 43c407e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*.tar
*.pprof
.go-version
node_modules

0 comments on commit 43c407e

Please sign in to comment.