Skip to content

Commit

Permalink
Add .npmignore to support qless-js
Browse files Browse the repository at this point in the history
The npm packaging rules are such that if a .gitignore is
present, but a .npmignore is not, all the rules outlined
in .gitignore are used when selecting files for package
time. Despite this package being a submodule for qless-js,
that policy appears to be honored at this level as well.
Since npm needs to package up the generated files
(qless.lua and qless-lib.lua), we provide a .npmignore
that explicitly does not ignore those files.
  • Loading branch information
Dan Lecocq committed Aug 4, 2017
1 parent 13cf415 commit 12bbadc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.pyc
*~
.vagrant

0 comments on commit 12bbadc

Please sign in to comment.