summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b51e6c1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Ignore Everything
+*
+
+# Include gitignore
+!.gitignore
+
+# Include nvim
+!nvim/
+!nvim/**
+# Include hyprland
+!hypr/
+!hypr/**
+# Include zathura
+!zathura
+!zathura/**
+# Include kitty
+!kitty
+!kitty/**
+# Include Shell
+!shell
+!shell/**
+# Include zsh
+!zsh
+!zsh/**
+# Include waybar
+!waybar
+!waybar/**
+# Include Starship
+!starship.toml