From a34f3435c1458f07ca8548414bf6e2dc8ef197fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 9 Nov 2017 17:15:26 +0100 Subject: [PATCH] gitignore: ignore cloud/static/assets/css --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b876c12..ae97b58 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__ /cloud/templates/ +/cloud/static/assets/css/ node_modules/ /config_local.py