Ignore colors_custom.css to prevent fork customization commits #68

Merged
Copilot merged 6 commits from copilot/fix-missing-language-variables into main 2026-01-30 00:42:32 +00:00
Showing only changes of commit 260da81b07 - Show all commits

7
.gitignore vendored
View File

@@ -204,6 +204,13 @@ htdocs/cache/
htdocs/tmp/
htdocs/logs/
# ============================================================
# Template Customizations
# ============================================================
# Ignore custom color scheme files to prevent fork-specific customizations
src/media/css/colors/light/colors_custom.css
src/media/css/colors/dark/colors_custom.css
# ============================================================
# Joomla Core
# ============================================================