Files
michaelschiemer/.gitignore
Michael Schiemer edcf509a4f feat: add PHP ini management system and update infrastructure configs
- Add PHP ini management classes (Access, IniDirective, IniKey, PhpIni)
- Update deployment configurations (Wireguard, Traefik, Monitoring)
- Add DNS stack and Ansible role
- Add deployment debugging playbooks
- Update framework components (FilePath, RedisConnectionPool)
- Update .gitignore and documentation
2025-11-02 15:29:41 +01:00

63 lines
848 B
Plaintext

# Editor / IDE
.idea/
# System
.DS_Store
Thumbs.db
# Build / Runtime
vendor/
.env
*.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/