From 16cd63ec84a0c1a9b88923445b5c4e43e76b36c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 21 Nov 2024 21:48:05 +0100 Subject: [PATCH] Add ignores for development-related directories --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 472dba8fa..9b9b981e0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,12 @@ docs/build/ docker/db/data +# in this development bundle, we want to ignore directories related to a real app +assets/* +migrations/* +templates/* +translations/* + ###> symfony/framework-bundle ### /.env.local /.env.local.php