From 297e885d7244099acd60468afdc8889777e06e88 Mon Sep 17 00:00:00 2001 From: bandesz Date: Tue, 28 Feb 2017 13:18:43 +0000 Subject: [PATCH] Fix __pycache__ exclude --- deploy-exclude.lst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy-exclude.lst b/deploy-exclude.lst index 0aefff3b6..900f27113 100644 --- a/deploy-exclude.lst +++ b/deploy-exclude.lst @@ -1,8 +1,9 @@ -__pycache__* +*__pycache__* .git/* app/assets/* bower_components/* cache/* +.cache/* node_modules/* target/* venv/*