mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
- feat: creds-test.sh gum probe for SMTP vs PeerTube auth + PeerTubeService::probeAuth() - feat: app-token.sh gum probe for long-lived PeerTube app token (client_credentials) - docs: add copy-paste proof commands to demonstrate the SSO break to admins
71 lines
1.1 KiB
Plaintext
71 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
|
|
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
|
|
|
|
# PHPUnit
|
|
.phpunit.result.cache
|
|
coverage/
|
|
|
|
|
|
# td (TODO manager) local database
|
|
.todo.sqlite
|