12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
# Ignore editor temp files
|
|
*~
|
|
*.swp
|
|
|
|
# Ignore manual backups
|
|
*.bak*
|
|
*.old
|
|
|
|
# Ignore OS noise
|
|
.DS_Store
|
|
Thumbs.db
|