Skip to content

Commit c1d0054

Browse files
committed
Don't include test, vendors or .github in published package
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.
1 parent 3c5c7f1 commit c1d0054

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lib-cov
1111
*.out
1212
*.pid
1313
*.gz
14+
*.tgz
1415

1516
pids
1617
logs

.npmignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
coverage/
2+
.idea/
3+
vendor/
4+
test/
5+
.github/
6+
7+
npm-debug.log
8+
*.iml
9+
.env
10+
_SpecRunner.html
11+
.grunt
12+
.jshintrc
13+
*.tgz

0 commit comments

Comments
 (0)