summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-05-20 23:09:58 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-05-20 23:09:58 -0500
commit4d56f9007be284092187c2833bb75f975ea25348 (patch)
tree7f52c690e57f5d6f4571db01e2b211ddf5e86e7f /.gitignore
parent0f508da08ab3fd153f4917ce682d903cffaaa194 (diff)
downloadconfig-4d56f9007be284092187c2833bb75f975ea25348.tar.gz
fix: gitignore now includedHEADmaster
Diffstat (limited to '.gitignore')
-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