.dotfiles/.gitignore

30 lines
292 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
!alacritty
!nvim
!.pyenv
2023-05-30 23:49:02 +02:00
# zsh
!zsh
zsh/antigen.zsh
zsh/completions/*
!zsh/completions/.keep
# tmux
!tmux
tmux/plugins
# git
!git
git/*
!git/config
!git/gitignore
!git/aflabs