Files
xamxam/.gitignore
Pontoporeia 2632730fa0 .gitignore ignore rate_limit and theses and logs.
Done. The .gitignore now ignores all files in app/storage/cache/rate_limit/* and app/storage/theses/* while   
 preserving their .gitkeep files via ! negation rules.
2026-05-19 00:08:06 +02:00

42 lines
540 B
Plaintext

# Vendor directory (third-party code)
vendor/
compose.lock
### Test databases ###
app/storage/test.db
*.db
*.db-wal
*.db-shm
app/.env
### Logs ###
app/storage/logs/admin.log
# Rate limit cache (keep .gitkeep)
app/storage/cache/rate_limit/*
!app/storage/cache/rate_limit/.gitkeep
# Thesis storage (keep .gitkeep)
app/storage/theses/*
!app/storage/theses/.gitkeep
# Nix
.direnv/
result
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
/node_modules
# PHPStan cache
.phpstan.result.cache
# PHP CS Fixer cache
.php-cs-fixer.cache