- Create personal notes folder excluded from version control - Move SEO_SETUP_TODO.md to to-ignore/ Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
25 lines
221 B
Text
25 lines
221 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Misc
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Personal notes & temp files
|
|
to-ignore/
|