Files
nib-v1/.gitignore
T
lerko d2ce5eca29 chore: bootstrap nib project
Go module init, deps (cobra, chi, modernc sqlite, ulid, clipboard),
minimal main.go placeholder, CLAUDE.md with conventions.
2026-05-14 11:03:36 -04:00

38 lines
331 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
# Spec (not shipped)
nib-unified-spec.md
# Shell/profile dotfiles (host artifacts)
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
.gitconfig
.gitmodules
.ripgreprc
.mcp.json