From c39f41064b3844d3031885e52a3d5b0b96d24c1d Mon Sep 17 00:00:00 2001 From: ra_ma Date: Wed, 17 Sep 2025 18:39:10 +0100 Subject: [PATCH] update ignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index c674098..52ba643 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # ---> Linux *~ +# STRUDEL +strudel/ + # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* @@ -13,3 +16,13 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* +# Logs and temp files +*.log +*.tmp +*.temp + +# Editor and IDE files +*.vscode/ +.idea/ +*~ +.DS_Store