Skip to content

Commit

Permalink
Only ignore node_modules at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 13, 2021
1 parent 68deab9 commit 6dfd8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ README.html
tools/yarn-error.log

# TypeScript / yarn
node_modules/
/node_modules/
.cache
.yarn/*
!.yarn/releases
Expand Down

0 comments on commit 6dfd8bc

Please sign in to comment.