diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-05-20 23:09:58 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-05-20 23:09:58 -0500 |
commit | 4d56f9007be284092187c2833bb75f975ea25348 (patch) | |
tree | 7f52c690e57f5d6f4571db01e2b211ddf5e86e7f | |
parent | 0f508da08ab3fd153f4917ce682d903cffaaa194 (diff) | |
download | config-master.tar.gz |
-rw-r--r-- | .gitignore | 29 |
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 |