From 196eff88dd6373255cff56238f94d60a617c4e7d Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 4 Oct 2018 15:53:12 +0200 Subject: [PATCH] Fix error templates path --- .gitignore | 2 +- etc/build/{.gitkeep => .gitignore} | 0 templates/{.gitkeep => .gitignore} | 0 .../{bundle => bundles}/TwigBundle/Exception/error.html.twig | 0 .../{bundle => bundles}/TwigBundle/Exception/error404.html.twig | 0 .../{bundle => bundles}/TwigBundle/Exception/error500.html.twig | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename etc/build/{.gitkeep => .gitignore} (100%) rename templates/{.gitkeep => .gitignore} (100%) rename templates/{bundle => bundles}/TwigBundle/Exception/error.html.twig (100%) rename templates/{bundle => bundles}/TwigBundle/Exception/error404.html.twig (100%) rename templates/{bundle => bundles}/TwigBundle/Exception/error500.html.twig (100%) diff --git a/.gitignore b/.gitignore index 2ec10c0d38e..5d25432c381 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ /node_modules /etc/build/* -!/etc/build/.gitkeep +!/etc/build/.gitignore /behat.yml /phpspec.yml diff --git a/etc/build/.gitkeep b/etc/build/.gitignore similarity index 100% rename from etc/build/.gitkeep rename to etc/build/.gitignore diff --git a/templates/.gitkeep b/templates/.gitignore similarity index 100% rename from templates/.gitkeep rename to templates/.gitignore diff --git a/templates/bundle/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig similarity index 100% rename from templates/bundle/TwigBundle/Exception/error.html.twig rename to templates/bundles/TwigBundle/Exception/error.html.twig diff --git a/templates/bundle/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig similarity index 100% rename from templates/bundle/TwigBundle/Exception/error404.html.twig rename to templates/bundles/TwigBundle/Exception/error404.html.twig diff --git a/templates/bundle/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig similarity index 100% rename from templates/bundle/TwigBundle/Exception/error500.html.twig rename to templates/bundles/TwigBundle/Exception/error500.html.twig