Rails e Sidekiq usano S3 interno (http://garage:3900); setup_garage_production.sh configura bucket, chiavi e infra/.env sul server. Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
515 B
Plaintext
37 lines
515 B
Plaintext
# Ruby
|
|
backend/.bundle
|
|
backend/vendor/bundle
|
|
backend/tmp/
|
|
backend/log/
|
|
backend/storage/
|
|
backend/.env
|
|
backend/.env.*
|
|
|
|
# Flutter
|
|
mobile/.dart_tool/
|
|
mobile/.flutter-plugins
|
|
mobile/.flutter-plugins-dependencies
|
|
mobile/build/
|
|
mobile/.packages
|
|
mobile/pubspec.lock
|
|
|
|
# Infra
|
|
infra/certs/
|
|
infra/recordings/
|
|
infra/.env
|
|
infra/.env.production.generated
|
|
infra/garage/dev-credentials.env
|
|
infra/garage/prod-credentials.env
|
|
infra/garage/garage.prod.toml
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Secrets
|
|
.env
|
|
*.pem
|
|
credentials.json
|