From 7a2e26072e9a555a23fbfeafc1ce1975191a4108 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 21 Dec 2020 14:37:59 +0530 Subject: configured .gitignore so now only the useful files get added --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f912720c --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ignore everything +* +# except these +!.gitignore +!awesome +!deadd +!herbstluftwm +!picom.conf +!starship.toml +!startpage +!sxhkd +!XMonad +!zsh -- cgit v1.2.3