From ba9a2eb134f1fe7502ab85a1f811db350566a9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 9 Nov 2017 17:15:16 +0100 Subject: [PATCH] gitignore: absolute path for cloud/templates --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 479465b..b876c12 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ *.pyc __pycache__ -cloud/templates/ +/cloud/templates/ node_modules/ /config_local.py