diff --git a/cookbook/workflow/new_project_git.rst b/cookbook/workflow/new_project_git.rst index f0403af21a1..8d81ff42da0 100644 --- a/cookbook/workflow/new_project_git.rst +++ b/cookbook/workflow/new_project_git.rst @@ -32,11 +32,16 @@ git repository: .. code-block:: text /web/bundles/ - /app/bootstrap* + /app/bootstrap.php.cache /app/cache/* + /app/config/parameters.yml /app/logs/* + !app/cache/.gitkeep + !app/logs/.gitkeep + /build/ /vendor/ - /app/config/parameters.yml + /bin/ + /composer.phar .. tip::