dotfiles/.gitignore

17 lines
323 B
Plaintext

# Lots of junk goes in here.
/caches/
# Don't commit backups
/backups/
# Top secret stuff!
/link/.ssh/authorized_keys
/link/.ssh/id_*
/link/.ssh/known_hosts
# Don't commit Vim plugins, vim-plug will install them.
/link/.vim/plugged
# Ignore any file with LOCAL in the name (good for per-machine vars/functions)
*LOCAL*