From: Raphaƫl Gertz <git@rapsys.eu>
Date: Thu, 7 Nov 2019 03:16:13 +0000 (+0100)
Subject: Add /config/bundles.php and /public/index.php from ignore files
X-Git-Tag: 0.1~64
X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/662d4e11b69612f6bb85a7f1bd1f45348e8a595c

Add /config/bundles.php and /public/index.php from ignore files
---

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 ###