Fix: anchor vendor/ gitignore to root so app/public/assets/js/vendor/ is tracked (htmx, OverType, FilePond)

This commit is contained in:
Pontoporeia
2026-06-08 10:12:06 +02:00
parent f398a0f1ff
commit 2bb520bb8c
9 changed files with 1054 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# Vendor directory (third-party code)
vendor/
# Composer vendor directory (third-party PHP code) — root only
/vendor/
compose.lock
### Test databases ###