2
0
Files
agent-skills/.gitignore
T
Philipp Sieder 174026eb21 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.
2026-05-21 22:40:54 +02:00

17 lines
118 B
Plaintext

# OS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
# Editor
*.swp
*.swo
*~
.idea/
.vscode/
# Logs / temp
*.log
*.tmp