Skip to content

Commit

Permalink
chore(gitignore): add .DS_Store and .env
Browse files Browse the repository at this point in the history
Signed-off-by: John Muchovej <[email protected]>
  • Loading branch information
jmuchovej committed Aug 18, 2024
1 parent 65eff05 commit 510be05
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 510be05

Please sign in to comment.