Add .npmignore and .gitignore

This commit is contained in:
Timur Gibadullin 2016-10-19 02:53:11 +03:00
parent 821572726a
commit beb6396e44
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
*.log
node_modules

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
demo.gif
examples