We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c20a089 + 3ac993f commit 9c6570dCopy full SHA for 9c6570d
.npmignore
@@ -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