From a928e86793b8c2b18db2f3eefced8c39a14711fc Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 20 May 2019 14:48:11 -0700 Subject: [PATCH] git ignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b814d9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ignore everything +/* +/*/ + +# ... but these: +!/i3/ +!/polybar/ +!/ranger/ +!/.Xmodmap +!/.zshrc +!/.gitignore