Commit 2fa5ba9
Fix GitHub Actions deployment by removing .claude worktree from git tracking
The .claude/worktrees/amazing-turing path was tracked as a git submodule
without a corresponding .gitmodules entry, causing 'actions/checkout@v4'
to fail during CI/CD. Added .claude/ to .gitignore and removed it from
git index to prevent future conflicts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e9e992c commit 2fa5ba9
2 files changed
Lines changed: 3 additions & 1 deletion
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments