Skip to content

Commit

Permalink
.gitignore: Update ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
hemangsk committed Nov 9, 2024
1 parent c93f4d6 commit dfb8e0b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
node_modules
dist
# Dependencies
node_modules/

# Production
dist/

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit dfb8e0b

Please sign in to comment.