Rapsys Git
/
blog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f6fe0
)
Initial import
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 1 Aug 2023 07:21:55 +0000
(09:21 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 1 Aug 2023 07:21:55 +0000
(09:21 +0200)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
de562d7
--- /dev/null
+++ b/
.gitignore
@@ -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 ###