We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7545f8f commit 3e27b4bCopy full SHA for 3e27b4b
.gitignore
@@ -1,6 +1,3 @@
1
-/public/build/fonts/glyphicons-*
2
-/public/build/images/glyphicons-*
3
-
4
.php-version
5
6
###> symfony/framework-bundle ###
@@ -13,11 +10,6 @@
13
10
/vendor/
14
11
###< symfony/framework-bundle ###
15
12
16
-###> symfony/phpunit-bridge ###
17
-.phpunit.result.cache
18
-/phpunit.xml
19
-###< symfony/phpunit-bridge ###
20
21
###> symfony/asset-mapper ###
22
/public/assets/
23
/assets/vendor/
@@ -28,6 +20,6 @@ phpstan.neon
28
###< phpstan/phpstan ###
29
30
###> phpunit/phpunit ###
31
32
.phpunit.result.cache
24
+/phpunit.xml
33
25
###< phpunit/phpunit ###
0 commit comments