Skip to content

Commit

Permalink
Add seeds/ to gitignore.
Browse files Browse the repository at this point in the history
seeds includes /default.json as the one preprovided one. But this makes it so users won't accidentally add seed defintions they don't want.

Part of #1.
  • Loading branch information
jkomoros committed Jun 25, 2023
1 parent 7a7c36f commit 2c03b38
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 @@ -2,6 +2,8 @@

node_modules/

seeds/

src/**/*.js
src/**/*.d.ts
src/**/*.map
Expand Down

0 comments on commit 2c03b38

Please sign in to comment.