Remove internal project files from tracking and update .gitignore
Stop tracking .claude/, CLAUDE.md, ARCHITECTURE.md, and plans/ — these are local-only working files for Claude Code and should not be on the shared Gitea remote. Files remain on disk, only removed from git index. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -25,3 +25,9 @@ dist-ssr
|
||||
|
||||
*storybook.log
|
||||
storybook-static
|
||||
|
||||
# Claude Code (local-only project files)
|
||||
.claude/
|
||||
CLAUDE.md
|
||||
ARCHITECTURE.md
|
||||
plans/
|
||||
|
||||
Reference in New Issue
Block a user