add gitignore and npmignore files

This commit is contained in:
maverickmishra
2016-08-29 16:23:51 -07:00
parent 2d8500f6a5
commit dd13eb5bdf
2 changed files with 31 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
#If ignorance is bliss, then somebody knock the smile off my face
*.csproj.user
*.suo
*.cache
Thumbs.db
*.DS_Store
*.bak
*.cache
*.log
*.swp
*.user
demo/hooks/
demo/platforms/
demo/plugins/
.vscode/

2
.npmignore Normal file
View File

@@ -0,0 +1,2 @@
demo/
tests/