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 3c5d376 commit 588a33fCopy full SHA for 588a33f
.gitignore
@@ -1,5 +1,7 @@
1
/build/
2
/node_modules/
3
+npm-debug.log
4
+yarn-error.log
5
/var/*
6
!/var/cache
7
/var/cache/*
@@ -16,7 +18,7 @@
16
18
/public/build/images/glyphicons-*
17
19
20
###> symfony/framework-bundle ###
-.env
21
+/.env
22
/public/bundles/
23
/var/
24
/vendor/
@@ -27,10 +29,10 @@
27
29
###< symfony/phpunit-bridge ###
28
30
31
###> symfony/web-server-bundle ###
-.web-server-pid
32
+/.web-server-pid
33
###< symfony/web-server-bundle ###
34
35
###> friendsofphp/php-cs-fixer ###
-.php_cs
-.php_cs.cache
36
+/.php_cs
37
+/.php_cs.cache
38
###< friendsofphp/php-cs-fixer ###
0 commit comments