summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4830dcf45..ca8fafdb3 100644
--- a/Makefile
+++ b/Makefile
@@ -477,7 +477,7 @@ clean: stop-docker ## Clean up everything except persistant server data.
cd $(BUILD_WEBAPP_DIR) && $(MAKE) clean
- find . -type d -name data | xargs rm -r
+ find . -type d -name data -not -path './vendor/*' | xargs rm -r
rm -rf logs
rm -f mattermost.log