Skip to content

Commit

Permalink
minor #788 Updates related to latest Symfony Flex recipe changes (jav…
Browse files Browse the repository at this point in the history
…iereguiluz)

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
  • Loading branch information
javiereguiluz committed Apr 23, 2018
2 parents cf92bef + 588a33f commit d94ed0a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
@@ -1,5 +1,7 @@
/build/
/node_modules/
npm-debug.log
yarn-error.log
/var/*
!/var/cache
/var/cache/*
Expand All @@ -16,7 +18,7 @@
/public/build/images/glyphicons-*

###> symfony/framework-bundle ###
.env
/.env
/public/bundles/
/var/
/vendor/
Expand All @@ -27,10 +29,10 @@
###< symfony/phpunit-bridge ###

###> symfony/web-server-bundle ###
.web-server-pid
/.web-server-pid
###< symfony/web-server-bundle ###

###> friendsofphp/php-cs-fixer ###
.php_cs
.php_cs.cache
/.php_cs
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###

0 comments on commit d94ed0a

Please sign in to comment.