From af93b29e8f7ad0855d2d59cac2a380066de070e6 Mon Sep 17 00:00:00 2001 From: asakel Date: Fri, 13 Jun 2025 12:40:24 +0300 Subject: [PATCH] added in git ignore the ./env file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4efd020b..62f83d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ doc/testing/postman/Responses doc/testing/postman/node_modules doc/testing/postman/package-lock.json .DS_Store -.idea \ No newline at end of file +.idea +# added ignore for .env +./env \ No newline at end of file -- GitLab