28 lines
401 B
Plaintext
28 lines
401 B
Plaintext
# ignore everything, except config folder
|
|
/*/
|
|
!/.config/
|
|
|
|
!/.zsh/
|
|
|
|
# and a handful of configs we don't care about
|
|
/.config/GIMP
|
|
/.config/borg
|
|
/.config/google-chrome
|
|
/.config/inkscape
|
|
/.config/configstore
|
|
/.config/borgmqtt
|
|
/.config/dconf
|
|
/.config/fish
|
|
/.config/gtk-2.0
|
|
/.config/pulse
|
|
/.config/ros.org
|
|
/.config/ruff
|
|
/.config/uv
|
|
/.config/wslu
|
|
/.config/Qt*
|
|
.bash*
|
|
|
|
|
|
# don't include self
|
|
/.config/dotfiles
|