nvim-config/.gitignore
dlond cdedb7f54c Remove CLAUDE.md from version control
CLAUDE.md contains project-specific instructions but should not be
tracked in git as it can vary between working copies. Added to
.gitignore to prevent accidental commits while keeping it locally
available for reference.

Fixes #25

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 16:39:33 +12:00

25 lines
245 B
Text

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Neovim runtime files
.cache/
.local/
*.tmp
*.swp
*.swo
*~
# Plugin artifacts
lazy-lock.json
.luarc.json
# Development artifacts
*.disabled
todo.md
CLAUDE.md