mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Merge pull request #499 from thelounge/astorije/better-npmignore
Ignore unnecessary files at release time
This commit is contained in:
commit
9333851d97
2 changed files with 15 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
# Make sure to keep this file and .npmignore in sync
|
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
|
|
16
.npmignore
16
.npmignore
|
@ -1,5 +1,19 @@
|
||||||
# This should match the .gitignore file without the generated assets
|
# This file must not contain generated assets listed in .gitignore.
|
||||||
# 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/views/
|
||||||
coverage/
|
coverage/
|
||||||
|
scripts/
|
||||||
|
test/
|
||||||
|
.editorconfig
|
||||||
|
.eslintignore
|
||||||
|
.eslintrc.yml
|
||||||
|
.gitattributes
|
||||||
|
.gitignore
|
||||||
|
.istanbul.yml
|
||||||
|
.npmignore
|
||||||
|
.stylelintrc
|
||||||
|
.travis.yml
|
||||||
|
appveyor.yml
|
||||||
|
Gruntfile.js
|
||||||
|
|
Loading…
Add table
Reference in a new issue