.dotfiles/.gitignore

17 lines
178 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
# explicity ignore zcoredump
zsh/.zcomp*