Files
michaelschiemer/.gitignore
Michael Schiemer 02e4dc9338 feat(local-secrets): introduce unified local secrets management and documentation
- Add example secret files for `app_key`, `db_user_password`, and `redis_password`.
- Introduce `local.vault.yml.example` for Ansible Vault encryption of local secrets.
- Create migration and setup scripts for transitioning from `.env.local` to secrets files.
- Update `docker-compose.local.yml` to adopt Docker Secrets and `_FILE` pattern for local configurations.
- Add deployment playbooks and enhanced logging configurations for local development.
2025-11-04 11:06:21 +01:00

73 lines
1.0 KiB
Plaintext

# Editor / IDE
.idea/
# System
.DS_Store
Thumbs.db
# Build / Runtime
vendor/
.env
.env.local
.env.staging
*.log
*.retry
x_ansible/.vault_pass
*.Zone.Identifier
# Backup Dateien
*~
.php-cs-fixer.php
ssl/*.pem
node_modules
storage/uploads/*
storage/logs/.gitkeep
storage/analytics/*
!/dist/
.archive/
!/storage/uploads/videos/
!/storage/analytics/.gitkeep
/.ansible/
/.archive/
/x_ansible/
# Cache
storage/cache/*.cache.php
storage/cache/*.php
!storage/cache/.gitkeep
# PHPStan
var/phpstan/cache/**
!var/phpstan/.gitkeep
# Temporary debug files
scripts/debug/output/
scripts/test/output/
tests/tmp/
# Cookies and session files
cookies.txt
cookies_new.txt
# Playwright
playwright-report/
test-results/
.playwright/
# WireGuard client configs (generated locally)
deployment/ansible/wireguard-clients/
# Local development secrets (Docker Secrets)
secrets/*.txt
!secrets/*.example
deployment/ansible/secrets/local.vault.yml
# SSL/TLS certificates
**/acme.json