From f8e655c62f254e9d6c6f276913df194277a2fafd Mon Sep 17 00:00:00 2001 From: Enrico Ludwig Date: Sat, 13 Jul 2024 17:14:46 +0200 Subject: [PATCH] chore: Add .env and *.log to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2eea525..fee0270 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +*.log \ No newline at end of file