mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixes #348 - exclude all *.orig and other files from published npm package
This commit is contained in:
parent
c89bce9475
commit
c46e534e53
13
.npmignore
13
.npmignore
@ -1 +1,12 @@
|
||||
/test
|
||||
/test
|
||||
/work
|
||||
/build
|
||||
/.idea/
|
||||
/npm-debug.log
|
||||
/node_modules
|
||||
/*.sublime-workspace
|
||||
*.orig
|
||||
.DS_Store
|
||||
.vscode
|
||||
coverage
|
||||
.nvmrc
|
||||
Loading…
x
Reference in New Issue
Block a user