- Add config/projects.json to .gitignore - Remove from git tracking while preserving local file - projects.json is auto-generated by Home Manager from projects.nix - Prevents merge conflicts and version control noise from machine-specific paths 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
No EOL
223 B
Text
22 lines
No EOL
223 B
Text
# Nix build outputs
|
|
result
|
|
result-*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Editor temporary files
|
|
*~
|
|
.#*
|
|
#*#
|
|
*.swp
|
|
*.swo
|
|
|
|
# Auto-generated files
|
|
config/projects.json |