Skip to content

Commit

Permalink
Merge pull request thelounge#499 from thelounge/astorije/better-npmig…
Browse files Browse the repository at this point in the history
…nore

Ignore unnecessary files at release time
  • Loading branch information
maxpoulin64 authored Jul 16, 2016
2 parents cea9ea8 + a67031c commit 0ecacb4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Make sure to keep this file and .npmignore in sync

node_modules/
npm-debug.log

Expand Down
16 changes: 15 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -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.
# See https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package

client/views/
coverage/
scripts/
test/
.editorconfig
.eslintignore
.eslintrc.yml
.gitattributes
.gitignore
.istanbul.yml
.npmignore
.stylelintrc
.travis.yml
appveyor.yml
Gruntfile.js

0 comments on commit 0ecacb4

Please sign in to comment.