2023-05-30 22:45:28 +02:00
|
|
|
# ignore everything
|
|
|
|
/*
|
|
|
|
|
|
|
|
# allowed misc files
|
|
|
|
!.gitmodules
|
|
|
|
!.gitignore
|
2023-05-31 00:22:35 +02:00
|
|
|
!README.md
|
2023-05-30 22:45:28 +02:00
|
|
|
|
|
|
|
# allow some stuff to be pushed
|
|
|
|
!alacritty
|
|
|
|
!nvim
|
2023-05-31 00:22:10 +02:00
|
|
|
!.pyenv
|
2023-05-30 23:49:02 +02:00
|
|
|
|
2023-06-14 12:37:29 +02:00
|
|
|
# zsh
|
|
|
|
!zsh
|
2023-06-02 16:01:08 +02:00
|
|
|
zsh/antigen.zsh
|
|
|
|
zsh/completions/*
|
|
|
|
!zsh/completions/.keep
|
2023-06-01 23:54:39 +02:00
|
|
|
|
2023-06-14 12:37:29 +02:00
|
|
|
# tmux
|
|
|
|
!tmux
|
2023-06-01 23:54:39 +02:00
|
|
|
tmux/plugins
|
2023-06-14 12:37:29 +02:00
|
|
|
|
|
|
|
# git
|
|
|
|
!git
|
|
|
|
git/*
|
|
|
|
!git/config
|
|
|
|
!git/gitignore
|
|
|
|
!git/aflabs
|