]> Raphaël G. Git Repositories - blog/commitdiff
Initial import
authorRaphaël Gertz <git@rapsys.eu>
Tue, 1 Aug 2023 07:21:55 +0000 (09:21 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 1 Aug 2023 07:21:55 +0000 (09:21 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..de562d7
--- /dev/null
@@ -0,0 +1,20 @@
+
+###> symfony/framework-bundle ###
+/.env.local
+/.env.local.php
+/.env.*.local
+/config/secrets/prod/prod.decrypt.private.php
+/public/bundles/
+/var/
+/vendor/
+###< symfony/framework-bundle ###
+
+###> phpunit/phpunit ###
+/phpunit.xml
+.phpunit.result.cache
+###< phpunit/phpunit ###
+
+###> symfony/phpunit-bridge ###
+.phpunit.result.cache
+/phpunit.xml
+###< symfony/phpunit-bridge ###