From 4d56f9007be284092187c2833bb75f975ea25348 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Tue, 20 May 2025 23:09:58 -0500 Subject: fix: gitignore now included --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.3