mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-21 09:05:36 +00:00
1f574ae5c8
- ➕ Added `.codegraph/config.json` for file inclusion/exclusion in analytics. - ⬆️ Bumped versions of `guzzlehttp`, `laravel/framework`, `laravel/horizon`, `shiki`, `nostr-tools`, and other dependencies in `composer.lock` and `yarn.lock`. - 🖼️ Enhanced file upload validation and preview support by including `.avif` MIME type in `livewire` components and configuration. - ✅ Added tests to ensure `.avif` is supported across file upload forms.
17 lines
173 B
Plaintext
17 lines
173 B
Plaintext
# CodeGraph data files
|
|
# These are local to each machine and should not be committed
|
|
|
|
# Database
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Cache
|
|
cache/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Hook markers
|
|
.dirty
|