chore: remove accidentally-committed files (CLAUDE.md, _Eb presets)#247
Closed
OpenSauce wants to merge 1 commit into
Closed
chore: remove accidentally-committed files (CLAUDE.md, _Eb presets)#247OpenSauce wants to merge 1 commit into
OpenSauce wants to merge 1 commit into
Conversation
CLAUDE.md and the Clean_Eb/Djent_Eb presets were committed by accident during a merge resolution; they were meant to stay local. Untrack them (files remain on disk). CLAUDE.md is not gitignored since it may be checked in deliberately later.
Contributor
There was a problem hiding this comment.
Pull request overview
Removes accidentally committed local-only working files from the repository (CLAUDE.md and two _Eb preset JSONs), returning main to its intended tracked file set without changing any application source code or behavior.
Changes:
- Delete
CLAUDE.mdfrom the repo. - Delete
presets/Clean_Eb.jsonandpresets/Djent_Eb.jsonfrom the repo.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
CLAUDE.md |
Removes an accidentally committed local guidance file. |
presets/Clean_Eb.json |
Removes an accidentally committed local preset variant. |
presets/Djent_Eb.json |
Removes an accidentally committed local preset variant. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
Author
|
Leaving CLAUDE.md and the _Eb presets on main — CLAUDE.md is meant to be checked in and the presets are fine alongside the existing factory presets. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLAUDE.md,presets/Clean_Eb.json, andpresets/Djent_Eb.jsonwere swept ontomainby agit add -Aduring the #245 merge-conflict resolution. They were meant to stay local working files.This untracks them (files remain on disk).
CLAUDE.mdis intentionally not added to.gitignoresince it may be checked in deliberately later; the two_Ebpresets are likewise left as local untracked files.No source changes.