Merge pull request #1287 from thelounge/xpaw/npm-ignore-dotfiles
Ignore all dotfiles in npmignore
This commit is contained in:
commit
be47af7ea8
10
.npmignore
10
.npmignore
@ -2,19 +2,11 @@
|
|||||||
# npm-debug.log and node_modules/ are ignored by default.
|
# npm-debug.log and node_modules/ are ignored by default.
|
||||||
# See https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
|
# See https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
|
||||||
|
|
||||||
|
.*
|
||||||
client/js/bundle.vendor.js.map
|
client/js/bundle.vendor.js.map
|
||||||
client/views/
|
client/views/
|
||||||
coverage/
|
coverage/
|
||||||
scripts/
|
scripts/
|
||||||
test/
|
test/
|
||||||
.editorconfig
|
|
||||||
.eslintignore
|
|
||||||
.eslintrc.yml
|
|
||||||
.gitattributes
|
|
||||||
.gitignore
|
|
||||||
.nycrc
|
|
||||||
.npmignore
|
|
||||||
.stylelintrc
|
|
||||||
.travis.yml
|
|
||||||
appveyor.yml
|
appveyor.yml
|
||||||
webpack.config.js
|
webpack.config.js
|
||||||
|
Loading…
Reference in New Issue
Block a user