- Update Ansible playbooks and roles for application deployment - Add new Gitea/Traefik troubleshooting playbooks - Update Docker Compose configurations (base, local, staging, production) - Enhance EncryptedEnvLoader with improved error handling - Add deployment scripts (autossh setup, migration, secret testing) - Update CI/CD workflows and documentation - Add Semaphore stack configuration
65 lines
876 B
Plaintext
65 lines
876 B
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/
|