mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 09:53:08 +02:00
(heure de dépôt was showing UTC) - feat: add date_depot column (real TFE deposit date) with CSV round-trip + Brussels→UTC sanitization - fix: keep PHP default tz at UTC to preserve token/share-link expiry consistency; convert to Brussels only in db_datetime()
75 lines
1.1 KiB
Plaintext
75 lines
1.1 KiB
Plaintext
# Composer vendor directory (third-party PHP code) — root only
|
|
/vendor/
|
|
compose.lock
|
|
|
|
### Test databases ###
|
|
app/storage/test.db
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
*.db.gz
|
|
app/.env
|
|
|
|
### Logs ###
|
|
error.log
|
|
app/storage/logs/*
|
|
!app/storage/logs/.gitkeep
|
|
app/public/admin/actions/error.log
|
|
|
|
# Rate limit cache (keep .gitkeep)
|
|
app/storage/cache/rate_limit/*
|
|
!app/storage/cache/rate_limit/.gitkeep
|
|
|
|
# FilePond tmp uploads + trash (keep .gitkeep)
|
|
app/storage/tmp/filepond/*
|
|
!app/storage/tmp/filepond/.gitkeep
|
|
app/storage/tmp/_trash/*
|
|
|
|
# Thesis storage (keep .gitkeep)
|
|
app/storage/theses/*
|
|
!app/storage/theses/.gitkeep
|
|
app/storage/tfe/*
|
|
!app/storage/tfe/.gitkeep
|
|
|
|
app/public/admin/actions/error.log
|
|
|
|
error.log
|
|
|
|
|
|
# Nix
|
|
.direnv/
|
|
result
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
/node_modules
|
|
|
|
# Build output
|
|
app/public/assets/dist/
|
|
|
|
# PHPStan cache
|
|
.phpstan.result.cache
|
|
|
|
# PHP CS Fixer cache
|
|
.php-cs-fixer.cache
|
|
|
|
# creds-test probe log (may contain error traces — no secrets, but generated per-run)
|
|
creds-test.log
|
|
|
|
# sso-diagnose output log (generated per-run)
|
|
sso-diagnose.log
|
|
|
|
# PHPUnit
|
|
.phpunit.result.cache
|
|
coverage/
|
|
|
|
|
|
# td (TODO manager) local database
|
|
.todo.sqlite
|