Remove __ENV.js

This commit is contained in:
Liam 2022-10-29 13:29:59 +01:00
parent adc76f501f
commit 1bf7cc53ea
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored

@ -31,6 +31,8 @@ yarn-error.log*
.env.production.local
.env
/public/__ENV.js
# vercel
.vercel

@ -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"};