2
0

chore(plugin): add gitignore for OS and editor cruft

Adds .gitignore (.DS_Store, editor swap files, logs). Existing
.DS_Store files were untracked and removed from the working tree.
This commit is contained in:
Philipp Sieder
2026-05-21 22:40:54 +02:00
parent f2634a7a0c
commit 174026eb21
+16
View File
@@ -0,0 +1,16 @@
# OS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
# Editor
*.swp
*.swo
*~
.idea/
.vscode/
# Logs / temp
*.log
*.tmp