mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-03-07 01:58:45 +00:00
- Add formula parser with Ruby AST parsing - Add GitHub Actions CI/CD workflows - Add Jekyll-based documentation site - Add RuboCop and Dependabot configuration - Add example formula for demonstration
28 lines
263 B
Plaintext
28 lines
263 B
Plaintext
# Ruby
|
|
Gemfile.lock
|
|
.bundle/
|
|
vendor/bundle/
|
|
|
|
# Jekyll
|
|
docs/_site/
|
|
docs/.sass-cache/
|
|
docs/.jekyll-cache/
|
|
docs/.jekyll-metadata
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Generated files
|
|
docs/_data/formulae.json
|