Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Auto-Generated TinyMCE Skins and Add public/tinymce/skins/ to .gitignore #3466

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Commits on Oct 31, 2024

  1. Remove auto-generated TinyMCE files

    These files are already being copied from `node_modules/` to `public/` whenever we run `rails s` (see `config/initializers/assets.rb`).
    aaronskiba committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e138dc4 View commit details
    Browse the repository at this point in the history
  2. Add public/tinymce/skins/ to .gitignore

    The `public/tinymce/skins/` directory and its contents are auto-generated whenever we run `rails s`.
    aaronskiba committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    11c3936 View commit details
    Browse the repository at this point in the history