mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-01-26 03:14:04 +00:00
30 lines
277 B
Plaintext
30 lines
277 B
Plaintext
# Ruby
|
|
Gemfile.lock
|
|
.bundle/
|
|
vendor/bundle/
|
|
|
|
# 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
|