add .gitignore

This commit is contained in:
Maksim Degtyarev 2019-01-10 09:31:53 +03:00
parent 3579a82d11
commit 2801f1a8b1

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
lib
node_modules
*.log
.idea
.vscode/
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
/.nyc_output/
coverage/
/coverage/