Files
homebrew-tap/.gitignore
Ismo Vuorinen 6dc9a170cc chore: fixes, several improvements and refactorings (#2)
* 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
2025-09-23 11:29:53 +03:00

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/