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:
+16
@@ -0,0 +1,16 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Logs / temp
|
||||
*.log
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user