We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47715ef commit ceb656eCopy full SHA for ceb656e
.flowconfig
@@ -0,0 +1,9 @@
1
+[ignore]
2
+
3
+[include]
4
5
+[libs]
6
7
+[lints]
8
9
+[options]
.npmignore
@@ -0,0 +1,33 @@
+# Logs
+logs
+*.log
+# Runtime data
+pids
+*.pid
+*.seed
10
+# Directory for instrumented libs generated by jscoverage/JSCover
11
+lib-cov
12
13
+# Coverage directory used by tools like istanbul
14
+coverage
15
16
+# node-waf configuration
17
+.lock-wscript
18
19
+# Compiled binary addons (http://nodejs.org/api/addons.html)
20
+build/Release
21
22
+# Binaries downloaded upon install
23
+bin/elm-interface-to-json
24
25
+# Dependency directory
26
+# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
27
+node_modules
28
+elm-stuff
29
+tmp
30
31
+# Specific to .npmignore
32
+.travis.yml
33
+README.md
0 commit comments