commit aaf0161397dd47382d20b1829be4ed2ffa6d0101 Author: Easton Potokar Date: Mon Nov 11 21:18:11 2024 -0500 First commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7749d0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# 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