From 9761f84e05fbd71bbf1ac33a6347856b04dd3581 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Mon, 16 Feb 2026 11:32:47 +0100 Subject: [PATCH] chore: add logs, binaries, and env to .gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1cf7896b..3b40bee33 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,17 @@ savedata/*/ /docker/db-data screenshots/* -# We don't need the built file +# We don't need built files erupe-ce +erupe +tools/loganalyzer/loganalyzer # config is install dependent config.json +.env + +# Logs +logs/ + +# Deployment scripts +deploy.sh