9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
# Ignore .zip files
|
|
.zip
|
|
|
|
# Ignore .DS_Store files
|
|
.DS_Store
|
|
|
|
# Ignore the backup directory
|
|
*-backups/
|