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