Skip to content

Commit 9c6570d

Browse files
committed
Merge pull request #82 from gabrielf/features/slimmer-npm-package
slimmer npm package
2 parents c20a089 + 3ac993f commit 9c6570d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.npmignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
dist
2+
npm-debug.log
3+
node_modules
4+
scripts/scratch*
5+
test/integration/yaml_suite/log
6+
.aws-config.json
7+
.idea
8+
9+
## generated files
10+
test/integration/yaml_suite/yaml_tests*.json
11+
test/integration/yaml_suite/index*.js
12+
src/elasticsearch*/
13+
src/bower*/
14+
junit-*.xml
15+
elasticsearch*.log
16+
sauce_connect.lo*
17+
coverage.html
18+
.snapshots
19+
html_docs
20+
21+
## just in .npmignore
22+
.jshintrc
23+
.travis.yml
24+
CHANGELOG.md
25+
CONTRIBUTING.md
26+
docs/
27+
grunt/
28+
Gruntfile.js
29+
scripts/
30+
test/

0 commit comments

Comments
 (0)