Files
dotfiles-and-setup/src_files/.config/git/ignore

29 lines
289 B
Plaintext

# my own stuff/conventions
.tmux-session-hydrate
zxcv*
# compilation/debug/cache/build/etc
**/build/
**/__pycache__/
*.o
*.pch
*.dSYM
# lang/package
mise*.toml
.npmrc
# opencode/agents/etc
.opencode/
opencode.json
AGENTS.md
# vim files
*.swp
*.swo
# miscellaneous
.DS_Store
.liccor*