add gitignore

This commit is contained in:
Henrique Dias 2017-07-28 11:40:34 +01:00
parent a1b3f4db70
commit fa646f7854
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.DS_Store
node_modules/
*/dist/*
*.db
*.db.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*