From 9ed58415ab19832f907616c1364e5906702fe629 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 16 Dec 2022 10:06:35 +1300 Subject: [PATCH] MNT Remove unnecessary .htaccess file (#342) This file will be pulled in from recipe-core --- .htaccess | 2 -- composer.json | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index adbd7c8..0000000 --- a/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -RewriteEngine On -RewriteRule ^(.*)$ public/$1 diff --git a/composer.json b/composer.json index f01e9ad..59cf7f6 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "app/_config/*", ".env.example", ".graphql-generated/*" + ], "public-files": [ "assets/*",