From 3a8e4499dcd0039f73ab01ee3b5d7df2ab78840f Mon Sep 17 00:00:00 2001 From: bandesz Date: Tue, 28 Feb 2017 13:17:05 +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 c9a2186c4..060fca01d 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/*