From da160fcea4ee86186eff262439a9ab5c235660c2 Mon Sep 17 00:00:00 2001 From: mschwab82 Date: Sun, 20 Nov 2022 21:52:13 +0000 Subject: [PATCH] GitIgnor (add public/images) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bb90f8b..1c4aee3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /.env.*.local /config/secrets/prod/prod.decrypt.private.php /public/bundles/ +/public/images/ /var/ /vendor/ ###< symfony/framework-bundle ###