commit dc8976a1cde7854fb1b8a70395120e5189501db9 Author: Stephan Date: Sat Jul 19 14:13:52 2025 -0700 Initial Backup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86b9e61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Exclude everything by default +* + +# Then selectively include the directories you want to keep +!hypr/ +!kitty/ +!nvim/ +!rofi*/ +!waybar/ +!wofi/ + +# Include the directory structure itself +!*/ + +# Include specific files you might want (optional) +!pavucontrol.ini +!.gitignore