18 lines
186 B
Plaintext
18 lines
186 B
Plaintext
# ignore everything
|
|
/*
|
|
|
|
# allowed misc files
|
|
!.gitmodules
|
|
!.gitignore
|
|
|
|
# allow some stuff to be pushed
|
|
!tmux
|
|
!git
|
|
!alacritty
|
|
!nvim
|
|
!zsh
|
|
!.pyenv
|
|
|
|
# explicity ignore zcoredump
|
|
zsh/.zcomp*
|