forked from prettydiff/prettydiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.biddlerc
43 lines (43 loc) · 919 Bytes
/
.biddlerc
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
37
38
39
40
41
42
43
{
"directories": {
"applications": "dependencies",
"downloads" : "ignore",
"publications": "downloads"
},
"exclusions" : [
".bithoundrc",
".bower.json",
".codeclimate.yml",
".git",
".gitignore",
".gitmodules",
".htaccess",
".npmignore",
".travis.yml",
"400.shtml",
"401.shtml",
"403.shtml",
"404.shtml",
"500.php",
"500.shtml",
"appveyor.yml",
"beta",
"biddle",
"bower.json",
"cgi-bin",
"humans.txt",
"ignore",
"images",
"inch.json",
"JSLint",
"labels.rdf",
"learning-javascript.xhtml",
"mnevfavicon.ico",
"node_modules",
"overview.xhtml",
"proxy.php",
"robots.txt",
"samples.xhtml",
"training.xhtml"
]
}