Files
2025-07-27 16:16:17 -04:00

12 lines
204 B
Plaintext

## Generic GitIgnore File by Molly
## July 2025
# Ignore .zip files
#*.zip # Actually I want the .zip files for this project
# Ignore .DS_Store files
.DS_Store
# Ignore the backup directory
*-backups/