diff --git a/.gitignore b/.gitignore index 49f6ba50..af45483c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,10 +30,10 @@ app/frontend/.DS_Store app/frontend/.eslintcache app/frontend/.idea app/frontend/.env -# app/frontend/.env.local -app/frontend/.env.development.local +app/frontend/.env.local +app/frontend/.env.development app/frontend/.env.test.local -# app/frontend/.env.production.local +app/frontend/.env.production app/frontend/npm-debug.log* app/frontend/yarn-debug.log* diff --git a/app/frontend/.env.development b/app/frontend/.env.development deleted file mode 100644 index 10bbc0e4..00000000 --- a/app/frontend/.env.development +++ /dev/null @@ -1 +0,0 @@ -NEXT_PUBLIC_BACKEND_URL=http://localhost:5000 diff --git a/app/frontend/.env.production b/app/frontend/.env.production deleted file mode 100644 index 10bbc0e4..00000000 --- a/app/frontend/.env.production +++ /dev/null @@ -1 +0,0 @@ -NEXT_PUBLIC_BACKEND_URL=http://localhost:5000