1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-11 05:05:19 +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