From 8c894da99bfcd3d1821af2008d875c9d80081c89 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Wed, 6 Jan 2021 12:18:26 +0100 Subject: [PATCH] added landingzone and content directory to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f406bbe..0db8c52 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,7 @@ /phpunit.xml ###< symfony/phpunit-bridge ### -/.idea/** \ No newline at end of file +/.idea/** + +/landingzone/** +/content/** \ No newline at end of file