-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefault-prune.json
More file actions
48 lines (48 loc) · 889 Bytes
/
default-prune.json
File metadata and controls
48 lines (48 loc) · 889 Bytes
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
44
45
46
47
48
{
"files": [
"makefile",
"gulpfile.js",
"gruntfile.js",
".tern-project",
".gitattributes",
".gitignore",
".npmignore",
".editorconfig",
".eslintrc",
".eslintignore",
".jshintrc",
".flowconfig",
".documentup.json",
".yarn-metadata.json",
".travis.yml",
"authors",
"contributors",
"contributing",
"changes",
"changelog",
".yarn-integrity",
"jsdoc.json",
".nvmrc",
".zuul.yml",
".doclets.yml",
".dockerignore",
".dir-locals.el"
],
"licenses": ["license.txt", "license.md", "license"],
"directories": [
"__tests__",
"test",
"tests",
"powered-test",
"docs",
"doc",
"website",
"images",
"assets",
"example",
"examples",
"coverage",
".nyc_output"
],
"extensions": [".md", ".ts", ".jst", ".coffee", "*.1", "*.patch", "*~"]
}