diff --git a/.gitignore b/.gitignore index 2f54ea4..494ec64 100644 --- a/.gitignore +++ b/.gitignore @@ -89,12 +89,5 @@ unlinked_spec.ds **/ios/Runner/GeneratedPluginRegistrant.* **/ios/Flutter/flutter_export_environment.sh -### Firebase ### -**/node_modules/* -**/.firebaserc -.runtimeconfig.json -.firebase/ -**/.well-known/brave-rewards-verification.txt - # FVM Version Cache .fvm/ diff --git a/firebase.json b/firebase.json deleted file mode 100644 index a2d7c58..0000000 --- a/firebase.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "hosting": { - "public": "build/web/", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ], - "redirects": [ - { - "source": "https://www.deandreamatias.com/", - "destination": "https://deandreamatias.com/", - "type": 301 - }, - { - "source": "http://www.deandreamatias.com/", - "destination": "https://deandreamatias.com/", - "type": 301 - } - ], - "headers": [ - { - "source": "**/*.@(eot|otf|ttf|ttc|woff|font.css)", - "headers": [ - { - "key": "Access-Control-Allow-Origin", - "value": "*" - } - ] - }, - { - "source": "**/*.@(jpg|jpeg|gif|png|webp)", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=2592000" - } - ] - }, - { - "source": "**/*.@(css|js)", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=2592000" - } - ] - }, - { - "source": "404.html", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=300" - } - ] - } - ], - "rewrites": [ - { - "source": "/", - "destination": "/index.html" - } - ] - } -} \ No newline at end of file