diff --git a/.gitignore b/.gitignore index 1d1bc2786..24f12d1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ yarn-error.log* .env.production.local # turbo -.turbo \ No newline at end of file +.turbo +# Local Netlify folder +.netlify diff --git a/apps/genetics/netlify.toml b/apps/genetics/netlify.toml deleted file mode 100644 index 93a33bc6c..000000000 --- a/apps/genetics/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - publish = "bundle-genetics" - -# redirect to ensure longer urls still fetch index.html -[[redirects]] - from = "/*" - to = "/index.html" - status = 200 diff --git a/apps/platform/netlify.toml b/apps/platform/netlify.toml deleted file mode 100644 index b743175ff..000000000 --- a/apps/platform/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - publish = "bundle-platform" - -# redirect to ensure longer urls still fetch index.html -[[redirects]] - from = "/*" - to = "/index.html" - status = 200