From 662d4e11b69612f6bb85a7f1bd1f45348e8a595c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Thu, 7 Nov 2019 04:16:13 +0100
Subject: [PATCH] Add /config/bundles.php and /public/index.php from ignore
 files

---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9bd1b86..0097b43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,9 @@
 /.env.local
 /.env.local.php
 /.env.*.local
+/config/bundles.php
+/public/index.php
 /public/bundles/
-/var/cache/
-/var/log/
-/var/sessions/
+/var/
 /vendor/
 ###< symfony/framework-bundle ###
-- 
2.41.3