Files
Espresso/.gitignore
2026-03-20 16:57:08 -05:00

21 lines
242 B
Plaintext

# probably don't change this? IDK let me know
# might include some of these types of files later???
*.sh
.*
*.a
*.o
*.exe
*.so
*.log
# I don't think we'll being including compressed files in the repo...
*.zip
*.tar
*.gz
*.xz
!.gitignore