.dotfiles/.gitignore

22 lines
243 B
Plaintext

# ignore everything
/*
# allowed misc files
!.gitmodules
!.gitignore
!README.md
# allow some stuff to be pushed
!tmux
!git
!alacritty
!nvim
!zsh
!.pyenv
# explicity ignore zcoredump
zsh/.zcomp*
# explicity ignore tmux plugins
tmux/plugins