From f59e22d1c3571b2b58fcbfee632cdfc51edba5e5 Mon Sep 17 00:00:00 2001 From: Jacer OMRI Date: Tue, 3 Nov 2015 10:16:32 +0100 Subject: [PATCH] add bower assets as described in the symfony cookbook http://symfony.com/doc/current/cookbook/frontend/bower.html --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index c68377d1..6fac1be4 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -26,6 +26,9 @@ /web/bundles/ /web/uploads/ +# Assets managed by Bower +/web/assets/vendor/ + # PHPUnit /app/phpunit.xml /phpunit.xml