Skip to content

Commit 1b42153

Browse files
committed
We can use a simpler and more robuse vile ignore config.
1 parent 5e1cd24 commit 1b42153

File tree

1 file changed

+12
-29
lines changed

1 file changed

+12
-29
lines changed

.vile.yml

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,23 @@
11
vile:
22
ignore:
3-
- LICENSE
4-
- appveyor.yml
3+
- ".*"
4+
- bin
55
- 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"
148
- lib
9+
- LICENSE
10+
- "*.lock"
11+
- "*.log"
12+
- "*.md"
13+
- node_modules
14+
- src/@types
1515
- 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
2817
- test/mocha.opts
2918
- tmp
30-
- tsconfig.json
31-
- tslint.json
32-
- tsd.json
33-
- "/lib"
3419
- vendor
35-
- README.md
36-
- typings
37-
- .vile.yml
20+
- "*.yml"
3821

3922
coverage:
4023
config:

0 commit comments

Comments
 (0)