Skip to content

Commit

Permalink
Don't include test, vendors or .github in published package
Browse files Browse the repository at this point in the history
Not a huge problem, but can result in spurious security warnings about
vendored grunt-template-jasmine-requirejs, and it's a bunch of extra
disk space for everybody unnecessarily.
  • Loading branch information
pimterry committed Sep 6, 2024
1 parent 3c5c7f1 commit c1d0054
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lib-cov
*.out
*.pid
*.gz
*.tgz

pids
logs
Expand Down
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
coverage/
.idea/
vendor/
test/
.github/

npm-debug.log
*.iml
.env
_SpecRunner.html
.grunt
.jshintrc
*.tgz

0 comments on commit c1d0054

Please sign in to comment.