mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
- Hardcode source code URL and credits in about template, remove from DB/admin interface; only contacts remains editable - Merge apropos editables into one À propos section, remove charte, add editable source code URL
40 lines
533 B
Plaintext
40 lines
533 B
Plaintext
# Vendor directory (third-party code)
|
|
vendor/
|
|
compose.lock
|
|
|
|
### Test databases ###
|
|
app/storage/test.db
|
|
*.db
|
|
|
|
### Logs ###
|
|
error.log
|
|
app/storage/logs/*.log
|
|
!app/storage/logs/.gitkeep
|
|
app/storage/maintenance.flag
|
|
app/storage/cache/*
|
|
!app/storage/cache/.gitkeep
|
|
app/storage/covers/*
|
|
!app/storage/covers/.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
|