Skip to content

Commit 1eafe9a

Browse files
committed
minor #1575 Remove duplicates and leftovers from .gitignore (rosier)
This PR was merged into the main branch. Discussion ---------- Remove duplicates and leftovers from .gitignore Remove duplicates and leftovers from symfony/phpunit-bridge and previous bundled assets from the `.gitignore` file Commits ------- 3e27b4b Remove duplicates and leftovers from .gitignore
2 parents 7545f8f + 3e27b4b commit 1eafe9a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/public/build/fonts/glyphicons-*
2-
/public/build/images/glyphicons-*
3-
41
.php-version
52

63
###> symfony/framework-bundle ###
@@ -13,11 +10,6 @@
1310
/vendor/
1411
###< symfony/framework-bundle ###
1512

16-
###> symfony/phpunit-bridge ###
17-
.phpunit.result.cache
18-
/phpunit.xml
19-
###< symfony/phpunit-bridge ###
20-
2113
###> symfony/asset-mapper ###
2214
/public/assets/
2315
/assets/vendor/
@@ -28,6 +20,6 @@ phpstan.neon
2820
###< phpstan/phpstan ###
2921

3022
###> phpunit/phpunit ###
31-
/phpunit.xml
3223
.phpunit.result.cache
24+
/phpunit.xml
3325
###< phpunit/phpunit ###

0 commit comments

Comments
 (0)