diff --git a/.env b/.env deleted file mode 100644 index ba72812..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -PORT=3000 -STATIC_SERVE_FOLDER="../../../static" -LOG_FILE_REQUESTS="../../static/static_log.txt" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7a876a9..c7affcd 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,7 @@ lerna-debug.log* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json -!.vscode/extensions.json \ No newline at end of file +!.vscode/extensions.json + +# other +.env