Skip to content

Commit 201aa01

Browse files
authored
Merge pull request #100 from jorrit/patch-1
Remove non-essential files from npm package
2 parents 09576b3 + c95165f commit 201aa01

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.npmignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.swp
2+
.DS_Store
3+
.grunt
4+
_SpecRunner.html
5+
test/coverage
6+
dist_temp
7+
node_modules
8+
npm-debug.log
9+
bower_components
10+
test
11+
*.iml
12+
.idea
13+
.jshintrc
14+
.npmignore
15+
.travis.yml
16+
composer.json
17+
contributing.md
18+
Gruntfile.js
19+
karma.conf.js

0 commit comments

Comments
 (0)