update ignore

This commit is contained in:
ra_ma
2025-09-17 18:39:10 +01:00
parent 822c7781fd
commit c39f41064b

13
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# ---> Linux # ---> Linux
*~ *~
# STRUDEL
strudel/
# temporary files which can be created if a process still has a handle open of a deleted file # temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden* .fuse_hidden*
@@ -13,3 +16,13 @@
# .nfs files are created when an open file is removed but is still being accessed # .nfs files are created when an open file is removed but is still being accessed
.nfs* .nfs*
# Logs and temp files
*.log
*.tmp
*.temp
# Editor and IDE files
*.vscode/
.idea/
*~
.DS_Store