Skip to content

Commit

Permalink
We can use a simpler and more robuse vile ignore config.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Jul 20, 2017
1 parent fc5ccee commit 0aea788
Showing 1 changed file with 13 additions and 27 deletions.
40 changes: 13 additions & 27 deletions .vile.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,23 @@
vile:
ignore:
- LICENSE
- appveyor.yml
- ".*"
- bin
- coverage
- coffeelint.json
- .ackrc
- .babelrc
- .build
- .npmignore
- .travis.yml
- .vim.custom
- node_modules
- doc
- "*.json"
- lib
- LICENSE
- "*.lock"
- "*.log"
- "*.md"
- node_modules
- src/@types
- tags
- .test
- .ctags
- .git
- circle.yml
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- tags
- test/fixtures
- test/mocha.opts
- tmp
- tsconfig.json
- tslint.json
- tsd.json
- "/lib"
- vendor
- README.md
- typings
- .vile.yml
- "*.yml"

depcheck:
config:
Expand Down

0 comments on commit 0aea788

Please sign in to comment.