diff --git a/frontend/.gitignore b/frontend/.gitignore index 4d29575de80483b005c29bfcac5061cd2f45313e..54ce1aaf18b4e6696a0f88d0980589f740901a31 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -11,6 +11,9 @@ # production /build +# frontend configuration +/public/env.js + # misc .DS_Store .env.local diff --git a/frontend/public/env.js b/frontend/public/env.js deleted file mode 100644 index 3b8657b1f0b9e4cba0c95d1f67c1a75936bb5675..0000000000000000000000000000000000000000 --- a/frontend/public/env.js +++ /dev/null @@ -1 +0,0 @@ -window.ENV = {"NODE_ENV":"development","PUBLIC_URL":"","FAST_REFRESH":true,"REACT_APP_VERSION":"0.1.0","REACT_APP_NAME":"greg"} \ No newline at end of file