From dc8976a1cde7854fb1b8a70395120e5189501db9 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 19 Jul 2025 14:13:52 -0700 Subject: [PATCH] Initial Backup --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore 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