Skip to content

Commit ceb656e

Browse files
author
Richard Feldman
committed
Add flowconfig and npmignore
1 parent 47715ef commit ceb656e

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.flowconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[ignore]
2+
3+
[include]
4+
5+
[libs]
6+
7+
[lints]
8+
9+
[options]

.npmignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Logs
2+
logs
3+
*.log
4+
5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
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

Comments
 (0)