Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Sep 10, 2021
1 parent fc98dea commit 82d4a93
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
.DS_STORE
node_modules
build/
*.log*
.idea
.vscode
.cache
dist

/node_modules
/.pnp
.pnp.js

# production
/build
/dist

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

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

0 comments on commit 82d4a93

Please sign in to comment.