diff --git a/.env b/.env deleted file mode 100644 index a237fb8..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -PUBLIC_BASE_URL=http://localhost:8080 diff --git a/.gitignore b/.gitignore index 6f3092c..c71d1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ *.local *.log* +# Environment variables +.env +.env.* +!.env.example + # Dist node_modules dist/