174026eb21
Adds .gitignore (.DS_Store, editor swap files, logs). Existing .DS_Store files were untracked and removed from the working tree.
17 lines
118 B
Plaintext
17 lines
118 B
Plaintext
# OS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs / temp
|
|
*.log
|
|
*.tmp
|