Skip to content

Commit

Permalink
add yarn-error.log to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Sep 11, 2018
1 parent e43e5fe commit 7e1d5d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
@@ -1,10 +1,11 @@
.DS_Store
node_modules
node_modules/
*.sock
build
/build/
npm-debug.log
dist
coverage
yarn-error.log
/dist/
/coverage/

# lockfiles
yarn.lock
Expand Down

0 comments on commit 7e1d5d9

Please sign in to comment.