From 32cd04408a7da9b7c48473e1303d6257bb13e326 Mon Sep 17 00:00:00 2001 From: Jonas Braathen <jonas.braathen@usit.uio.no> Date: Tue, 14 Sep 2021 11:36:37 +0200 Subject: [PATCH] Don't check in public/env.js --- frontend/.gitignore | 3 +++ frontend/public/env.js | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 frontend/public/env.js diff --git a/frontend/.gitignore b/frontend/.gitignore index 4d29575d..54ce1aaf 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 3b8657b1..00000000 --- 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 -- GitLab