MNT Remove unnecessary .htaccess file (#342)

This file will be pulled in from recipe-core
This commit is contained in:
Guy Sartorelli 2022-12-16 10:06:35 +13:00 committed by GitHub
parent 406ee71a48
commit 9ed58415ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +0,0 @@
RewriteEngine On
RewriteRule ^(.*)$ public/$1

View File

@ -20,6 +20,7 @@
"app/_config/*",
".env.example",
".graphql-generated/*"
],
"public-files": [
"assets/*",