mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
* Move shared `fichiers-fragment.php` from `partage/` to `templates/partials/form/` and update all include/require references * `.gitignore`: exclude SQLite WAL/SHM journal files * FilePond UI: * change uploaded file block border state from yellow to green * restyle image previews to use site light-theme colors * Edit mode: * remove custom existing-file preview list implementation * preload existing files directly into FilePond pools * include `cover` and `note_intention` assets in FilePond-managed state * Remove obsolete upload progress bar UI and related JS includes * Remove deprecated `Écriture` + `Image` format types from upload flow/configuration
33 lines
323 B
Plaintext
33 lines
323 B
Plaintext
# Vendor directory (third-party code)
|
|
vendor/
|
|
compose.lock
|
|
|
|
### Test databases ###
|
|
app/storage/test.db
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
app/.env
|
|
|
|
### Logs ###
|
|
|
|
# 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
|