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
Copilot commented 2026-01-29 23:54:36 +00:00 (Migrated from github.com)

Pull Request

Purpose

Prevent fork-specific colors_custom.css files from being committed to main repository.

Change Summary

Added gitignore patterns for custom color scheme files in both light/dark variants:

  • src/media/css/colors/light/colors_custom.css
  • src/media/css/colors/dark/colors_custom.css

Follows existing pattern where colors_standard.css and colors_alternative.css are tracked, while colors_custom.css remains local.

Testing Evidence

Verified patterns with git check-ignore:

$ git check-ignore -v src/media/css/colors/*/colors_custom.css
.gitignore:211:src/media/css/colors/light/colors_custom.css
.gitignore:212:src/media/css/colors/dark/colors_custom.css

Risk and Rollback

Zero risk. Additive change that only affects untracked files. No existing files matched these patterns.

Checklist

  • Follows Conventional Commits
  • Tests added or updated (N/A - gitignore pattern)
  • Documentation updated if required (N/A)
  • License header present where applicable
  • Linked issue(s) referenced

Reviewer Notes

Added new "Template Customizations" section to .gitignore at line 207-212, positioned before "Joomla Core" section for logical grouping.

Review and Approval

Standard gitignore pattern addition. No code changes.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

# Pull Request ## Purpose Prevent fork-specific `colors_custom.css` files from being committed to main repository. ## Change Summary Added gitignore patterns for custom color scheme files in both light/dark variants: - `src/media/css/colors/light/colors_custom.css` - `src/media/css/colors/dark/colors_custom.css` Follows existing pattern where `colors_standard.css` and `colors_alternative.css` are tracked, while `colors_custom.css` remains local. ## Testing Evidence Verified patterns with `git check-ignore`: ```bash $ git check-ignore -v src/media/css/colors/*/colors_custom.css .gitignore:211:src/media/css/colors/light/colors_custom.css .gitignore:212:src/media/css/colors/dark/colors_custom.css ``` ## Risk and Rollback Zero risk. Additive change that only affects untracked files. No existing files matched these patterns. ## Checklist - [x] Follows Conventional Commits - [ ] Tests added or updated (N/A - gitignore pattern) - [ ] Documentation updated if required (N/A) - [x] License header present where applicable - [x] Linked issue(s) referenced ## Reviewer Notes Added new "Template Customizations" section to `.gitignore` at line 207-212, positioned before "Joomla Core" section for logical grouping. ## Review and Approval Standard gitignore pattern addition. No code changes. <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs.
jmiller-moko (Migrated from github.com) reviewed 2026-01-29 23:54:36 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoCassiopeia#68