File tree Expand file tree Collapse file tree 1 file changed +12
-29
lines changed Expand file tree Collapse file tree 1 file changed +12
-29
lines changed Original file line number Diff line number Diff line change 1
1
vile :
2
2
ignore :
3
- - LICENSE
4
- - appveyor.yml
3
+ - " .* "
4
+ - bin
5
5
- coverage
6
- - coffeelint.json
7
- - .ackrc
8
- - .babelrc
9
- - .build
10
- - .npmignore
11
- - .travis.yml
12
- - .vim.custom
13
- - node_modules
6
+ - doc
7
+ - " *.json"
14
8
- lib
9
+ - LICENSE
10
+ - " *.lock"
11
+ - " *.log"
12
+ - " *.md"
13
+ - node_modules
14
+ - src/@types
15
15
- tags
16
- - .ctags
17
- - .git
18
- - .gitattributes
19
- - circle.yml
20
- - .editorconfig
21
- - .eslintignore
22
- - .eslintrc
23
- - .gitignore
24
- - .npmrc
25
- - .nyc_output
26
- - package-lock.json
27
- - tags
16
+ - test/fixtures
28
17
- test/mocha.opts
29
18
- tmp
30
- - tsconfig.json
31
- - tslint.json
32
- - tsd.json
33
- - " /lib"
34
19
- vendor
35
- - README.md
36
- - typings
37
- - .vile.yml
20
+ - " *.yml"
38
21
39
22
coverage :
40
23
config :
You can’t perform that action at this time.
0 commit comments