Add .gitignore.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Jun 2018 21:49:43 +0000 (23:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Jun 2018 21:49:43 +0000 (23:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1c80869
--- /dev/null
@@ -0,0 +1,7 @@
+
+###> symfony/framework-bundle ###
+/.env
+/public/bundles/
+/var/
+/vendor/
+###< symfony/framework-bundle ###