7c8a4893de
- restructure repo to chezmoi conventions (dot_ prefix, private_dot_ssh/) - add nvim config (was untracked) - encrypt restic pass.txt with age - remove stow artifacts (.stow-local-ignore, stow package dirs) - update bootstrap.sh to use chezmoi apply - remove runtime files from tracking (micro buffers, zed backup)
41 lines
502 B
Plaintext
41 lines
502 B
Plaintext
# Shell history and dumps
|
|
*/.zshdump
|
|
*/.zcompdump
|
|
*/.zsh_history
|
|
*/.bash_history
|
|
*/.history
|
|
.zsh_history
|
|
.zhistory
|
|
.zcompdump
|
|
|
|
# Config files
|
|
*/.env
|
|
*/.env.local
|
|
|
|
# Editor config
|
|
*/.vscode/
|
|
*/.idea/
|
|
|
|
# OS files
|
|
*/.DS_Store
|
|
*/Thumbs.db
|
|
*/.zcompdump
|
|
|
|
# SSH Keys
|
|
*/.ssh/id_*
|
|
*/.ssh/known_hosts*
|
|
|
|
# Lock files
|
|
*/.lock
|
|
*/.pid
|
|
*/.pid.lock
|
|
*/.sock
|
|
|
|
micro/.config/micro/backups
|
|
micro/.config/micro/buffers
|
|
**/settings_backup.json
|
|
|
|
# override global gitignore — these belong in dotfiles
|
|
!CLAUDE.md
|
|
!AGENTS.md
|