Skip to content

Commit d94ed0a

Browse files
committed
minor #788 Updates related to latest Symfony Flex recipe changes (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #788). Discussion ---------- Updates related to latest Symfony Flex recipe changes Commits ------- 588a33f Updates related to latest Symfony Flex recipe changes
2 parents cf92bef + 588a33f commit d94ed0a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/build/
22
/node_modules/
3+
npm-debug.log
4+
yarn-error.log
35
/var/*
46
!/var/cache
57
/var/cache/*
@@ -16,7 +18,7 @@
1618
/public/build/images/glyphicons-*
1719

1820
###> symfony/framework-bundle ###
19-
.env
21+
/.env
2022
/public/bundles/
2123
/var/
2224
/vendor/
@@ -27,10 +29,10 @@
2729
###< symfony/phpunit-bridge ###
2830

2931
###> symfony/web-server-bundle ###
30-
.web-server-pid
32+
/.web-server-pid
3133
###< symfony/web-server-bundle ###
3234

3335
###> friendsofphp/php-cs-fixer ###
34-
.php_cs
35-
.php_cs.cache
36+
/.php_cs
37+
/.php_cs.cache
3638
###< friendsofphp/php-cs-fixer ###

0 commit comments

Comments
 (0)