diff --git a/Symfony2.gitignore b/Symfony2.gitignore index f50b6f5c0874872f7c28be15ebe5655006c28444..ca99e24e88bb65302ca6f2cc927e22ce9dd62f9f 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,7 +1,12 @@ +# Bootstrap app/bootstrap* + +# Symfony directories +vendor/* */logs/* */cache/* web/uploads/* web/bundles/* -vendor/ -app/config/parameters.ini \ No newline at end of file + +# Configuration files +app/config/parameters.ini