Skip to content

Commit

Permalink
update gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Sep 23, 2024
1 parent 0ca5c3a commit f3eac49
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/vite-redux-toolkit-react-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

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

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

# Logs
logs
*.log
Expand Down

0 comments on commit f3eac49

Please sign in to comment.