Skip to content

Commit

Permalink
chore: add /cache and /.cache to .gitignore
Browse files Browse the repository at this point in the history
This is useful when using a local cache folder for development.
  • Loading branch information
tmillr committed Jul 10, 2024
1 parent 83527b3 commit b0e08ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ test/plenary
.repro
misc
node_modules/
/cache
/.cache

0 comments on commit b0e08ad

Please sign in to comment.