forked from hammerlab/pileup.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.flowconfig
36 lines (33 loc) · 775 Bytes
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[ignore]
.*node_modules/config-chain/test/*
.*node_modules/flow-bin.*
.*node_modules/jsxhint.*
.*node_modules/.*mocha.*
.*pileup.js/dist.*
.*node_modules/underscore.*
.*node_modules/browserify.*
.*node_modules/istanbul.*
.*node_modules/watchify.*
.*node_modules/jstransform.*
.*node_modules/coveralls.*
.*node_modules/http-server.*
.*node_modules/jshint.*
.*node_modules/jstransformify.*
.*node_modules/uglify.*
.*node_modules/data-canvas.*
.*node_modules/babel.*
.*node_modules/d3.*
.*node_modules/smash.*
.*node_modules/source-map.*
.*node_modules/exorcist.*
.*react/node_modules/fbjs.*
.*fbjs/.*
.*node_modules/npmconf.*
.*/node_modules/react/.*
.*coverage.*
[include]
[libs]
lib
node_modules/data-canvas/flowtype
[options]
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore