Skip to content

Commit

Permalink
Update gitignore (#8)
Browse files Browse the repository at this point in the history
* 🎨 Restructure for dual templates/features setup

* chore(gitignore): add `.DS_Store` and `.env`

Signed-off-by: John Muchovej <[email protected]>

---------

Signed-off-by: John Muchovej <[email protected]>
Co-authored-by: John Muchovej <[email protected]>
  • Loading branch information
jmuchovej and jmuchovej authored Aug 18, 2024
1 parent dd011c3 commit a188791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.DS_Store
.env

# Don't track Node dependencies
.pnpm-store/
node_modules/

Expand Down

0 comments on commit a188791

Please sign in to comment.