Skip to content

Commit 43bef90

Browse files
JusterZhuclaude
andcommitted
fix: remove tmp skill codegen embedded repo from Samples
Removes the nested tmpgeneralupdate-skill-codegen directory (an untracked clone of github.com/GeneralLibrary/generalupdate-skill-codegen) that was accidentally placed under src/Hub/Samples/. The dedicated skill repo already exists at github.com/GeneralLibrary/generalupdate-skill-codegen. Adds tmpgeneralupdate-skill-codegen/ to .gitignore to prevent recurrence. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d69dde7 commit 43bef90

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ bld/
2525
[Tt]est[Rr]esult*/
2626
[Bb]uild[Ll]og.*
2727

28+
# Ignore temporary skill codegen embedded repo
29+
tmpgeneralupdate-skill-codegen/
30+
2831
#NUNIT
2932
*.VisualState.xml
3033
TestResult.xml

0 commit comments

Comments
 (0)