blob: 90a310307ea7830849fedf9af012c4417fe9a64a (
plain) (
tree)
|
|
# Ignore all
/*
# Exclusions
# Allow dotfiles in ~, but don't allow folders starting with dot
!.*
.*/
# Folders (and their subdirs)
!/.config/
# Ignore back again
/.config/nvim/.netrwhist
/.Xauthority
/.xsession-errors
/.viminfo
/.bash_history
/.bash_logout
|