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>
11 lines
94 B
Plaintext
11 lines
94 B
Plaintext
node_modules/
|
|
*.sqlite
|
|
.DS_Store
|
|
archive/
|
|
texts/
|
|
.cursor/
|
|
.github/
|
|
*.md
|
|
!README.md
|
|
!CLAUDE.md
|