fix: track Filament vendor translation files in git

The vendor/ entry in .gitignore was blocking lang/vendor/filament/
from being tracked. Added !lang/vendor/ exception and committed all
21 language translation files (login.php + resources.php) so the
other VPS can pull them via git.
This commit is contained in:
root
2026-06-24 17:05:31 +02:00
parent 675a563aa2
commit 4cb49e9521
43 changed files with 8381 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
# --- Dependencies ---
node_modules/
vendor/
!lang/vendor/
# --- Build artifacts (hashed filenames) ---
public/build/assets/