From b4ad786d62ec94806d4771712c303a0883d195ca Mon Sep 17 00:00:00 2001 From: Jurgis Sakalauskas Date: Mon, 5 Dec 2022 20:09:01 +0200 Subject: [PATCH] remove .env --- .env | 3 --- .gitignore | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .env 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