1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00
2025-02-04 20:22:20 +01:00

19 lines
252 B
YAML

---
include:
- "**/*.rb"
- "**/*.ru"
- "**/*.gemspec"
- "**/*.builder"
- "Gemfile"
- "Rakefile"
exclude:
- spec/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters: []
formatter: []
require_paths: []
max_files: 5000