From 819f8b35b91ee47e486aaf71e8b9a74327e461df Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 27 Mar 2026 15:49:08 -0400 Subject: [PATCH] upd: gitignore add migrations folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6ead27b..27332d2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /public/bundles/ /var/ /vendor/ +/migrations/ ###< symfony/framework-bundle ### ###> phpunit/phpunit ###