fix `.gitignore`

This commit is contained in:
fernandomg 2020-07-13 16:22:22 -03:00
parent 0adaaf5c77
commit c0fe3fb904
1 changed files with 5 additions and 5 deletions

10
.gitignore vendored
View File

@ -1,12 +1,12 @@
node_modules/
./build
/node_modules
/build
.DS_Store
yarn-error.log
.env*
.idea/
/.idea
dist
electron-builder.yml
.yalc/
/.yalc
yalc.lock
# testing
/coverage/
/coverage