mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-01-26 03:14:04 +00:00
* chore: fixes * chore: rubocop fixes, linting, etc. * chore: switching to use `brew style` only * chore: use `brew style` for linting, skip example formulae in ci.yml * chore(lint): fixes, additions and tweaks
35 lines
338 B
Plaintext
35 lines
338 B
Plaintext
# Ruby
|
|
Gemfile.lock
|
|
.bundle/
|
|
vendor/bundle/
|
|
.ruby-lsp/
|
|
|
|
# Generated site files
|
|
docs/**/*.html
|
|
docs/*.css
|
|
docs/*.js
|
|
docs/_data/formulae.json
|
|
docs/assets/*
|
|
!docs/assets/.gitkeep
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Other
|
|
AGENTS.md
|
|
.rubocop_todo.yml
|
|
.serena
|
|
CLAUDE.md
|
|
node_modules/
|