qmd/.gitignore
Tobi Lutke 4b6aaf61b0
Clean up root directory: Remove symlinks and update .gitignore
Removed:
- archive symlink (pointing to Shopify archive context)
- texts symlink (pointing to Shopify articles)

Updated:
- .gitignore: Added .github/ to ignore list

These symlinks were mistakenly tracked in git despite being in .gitignore.
They pointed to external directories and should not be in version control.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-12 17:11:08 -05:00

11 lines
94 B
Plaintext

node_modules/
*.sqlite
.DS_Store
archive/
texts/
.cursor/
.github/
*.md
!README.md
!CLAUDE.md