From b2c93d7ee2940948cf492374996ee3648c436f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 9 Sep 2021 20:22:40 +0200 Subject: [PATCH] ignore zsh plugins and theme.sh --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b13742 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bspwm/.config/bspwm/themes/theme.sh +shell/.config/zsh/plugins/zsh-autosuggestions +shell/.config/zsh/plugins/zsh-syntax-highlighting