diff options
Diffstat (limited to '.gitignore')
-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 |