.dotfiles/.gitignore

18 lines
186 B
Plaintext
Raw Normal View History

2023-05-30 22:45:28 +02:00
# ignore everything
/*
# allowed misc files
!.gitmodules
!.gitignore
# 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*