1
0
Files
coconut-leaf/.gitignore
2021-01-16 22:15:10 +08:00

13 lines
135 B
Plaintext

# ignore sqlite db
*.db
# ignore my debug setting
*.cfg
# ignore py cache
src/__pycache__
# ignore any image first
*.png
*.jpg
*.gif