Fixes #348 - exclude all *.orig and other files from published npm package

This commit is contained in:
Patrick Steele-Idem 2016-08-03 16:41:57 -06:00
parent c89bce9475
commit c46e534e53

View File

@ -1 +1,12 @@
/test /test
/work
/build
/.idea/
/npm-debug.log
/node_modules
/*.sublime-workspace
*.orig
.DS_Store
.vscode
coverage
.nvmrc