Skip to content

Commit 615ecd6

Browse files
authored
Update .gitignore
Add Symfony4 default .gitignore
1 parent d0d468f commit 615ecd6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,17 @@ bower_components/
6464
*.rej
6565

6666

67-
# Symfony #
68-
###########
67+
###> symfony/framework-bundle ###
6968
/.env.local
7069
/.env.local.php
7170
/.env.*.local
7271
/public/bundles/
7372
/var/
7473
/vendor/
74+
###< symfony/framework-bundle ###
75+
76+
###> symfony/phpunit-bridge ###
77+
.phpunit
78+
.phpunit.result.cache
79+
/phpunit.xml
80+
###< symfony/phpunit-bridge ###

0 commit comments

Comments
 (0)