diff --git a/.gitignore b/.gitignore index 7673fd9..c661e45 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ yarn-error.log* .env.production.local .env +/public/__ENV.js + # vercel .vercel diff --git a/public/__ENV.js b/public/__ENV.js deleted file mode 100644 index 74192f7..0000000 --- a/public/__ENV.js +++ /dev/null @@ -1 +0,0 @@ -window.__ENV = {"REACT_APP_HTTP_PROXY":"https://proxy.fascinated.cc","REACT_APP_SITE_COLOR":"0EBFE9","REACT_APP_SITE_DESCRIPTION":"Free, simple, and easy to use beat saber overlay for OBS","REACT_APP_SITE_NAME":"BeatSaber Overlay","REACT_APP_SITE_TITLE":"BeatSaber Overlay - Simple and easy to use BeatSaber overlay","REACT_APP_SITE_URL":"http://localhost:3000"}; \ No newline at end of file