Files
evercatch-ruby/.gitignore
Puranjay Savar Mattas 460c332d39
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 7s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s
EC-21: FEAT: Added new Ruby package and initialized the repo
Refers Evercatch/evercatch-board#21
2026-02-19 19:47:44 +00:00

51 lines
379 B
Plaintext

# Environment
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.venv/
venv/
*.log
# Node / Angular
node_modules/
dist/
.angular/
*.tsbuildinfo
# Docker
.docker/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Coverage
.coverage
htmlcov/
coverage/
*.lcov
# Secrets
*.pem
*.key
*.p12
*.pfx
secrets/
# Ruby
*.gem