Files
nib-v1/.gitignore
T
lerko e66b7d19f6 chore: tidy before tag
Update .gitignore (add .local/, remove stale spec entry).
Remove TODO.md (moved to .local/done/).
Remove docs/ISSUE_TEMPLATE.md (moved to .local/).
2026-05-16 23:20:58 -04:00

38 lines
316 B
Plaintext

# Binary
nib
# Database
*.db
*.db-wal
*.db-shm
# nib data directory
.nib/
# IDE
.idea
.idea/
.vscode
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Shell/profile dotfiles (host artifacts)
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
.gitconfig
.gitmodules
.ripgreprc
.mcp.json
# Local Documents
.local/