.dotfiles/.gitignore

22 lines
243 B
Plaintext
Raw Normal View History

2023-05-30 22:45:28 +02:00
# ignore everything
/*
# allowed misc files
!.gitmodules
!.gitignore
!README.md
2023-05-30 22:45:28 +02:00
# allow some stuff to be pushed
!tmux
!git
!alacritty
!nvim
2023-05-30 23:49:02 +02:00
!zsh
!.pyenv
2023-05-30 23:49:02 +02:00
# explicity ignore zcoredump
zsh/.zcomp*
# explicity ignore tmux plugins
tmux/plugins