Skip to content

Commit 3efe9f9

Browse files
Ninot1QuyiOmX
andcommitted
Keep local notes out of the branch
The provider migration notes are useful locally but should not ship with the PR. Stop tracking the docs directory and ignore it so future local notes do not reappear as untracked branch content. Constraint: User requested removing docs from git while preserving the rest of the current branch Confidence: high Scope-risk: narrow Tested: git diff --cached --name-status confirmed only docs removal and .gitignore change were staged Not-tested: Full test suite; no runtime code changed in this commit Co-authored-by: OmX <omx@oh-my-codex.dev>
1 parent 74e43e6 commit 3efe9f9

4 files changed

Lines changed: 1 addition & 750 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
node_modules/
44
package-lock.json
55
code_records/
6+
docs/
67
scratch.js
78
bots/**/action-code/**
89
bots/**/

0 commit comments

Comments
 (0)