add a gitignore

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-24 07:26:17 -04:00
parent 84b72d99d8
commit 273321d03a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
node_modules/
yarn.lock
*.log
*.map
package-lock.json
build/*