From 11ed11658c5ff02e9f18b195dac8aa1a654f5f11 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 16 Mar 2020 03:22:53 -0700 Subject: [PATCH] ignoring build files from virtualenv" --- freechat-client/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/freechat-client/.gitignore b/freechat-client/.gitignore index 68a2868..0d80c97 100644 --- a/freechat-client/.gitignore +++ b/freechat-client/.gitignore @@ -1,5 +1,6 @@ -node_modules/ -target/ +bin/ +lib/ +pyvenv.cfg static/css/ .sass-cache