Skip to content

Commit 5892cb0

Browse files
committed
Prep repo for going public: ignore .claude/, track public/index.html
- Add .claude/ to .gitignore so local Claude Code settings aren't committed. - Stop ignoring public/ so the Vercel build artifact is tracked, which unblocks the build workflow's git diff --exit-code check on fresh clones.
1 parent c9b57a5 commit 5892cb0

2 files changed

Lines changed: 3615 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules/
3-
public/
3+
.claude/
44
.copilot-loop/
55
memory/
66
*.backup.html

0 commit comments

Comments
 (0)