My-Website/.gitignore
2024-04-03 13:13:48 -05:00

16 lines
144 B
Plaintext

__pycache__
*.md
!POST_TEMPLATE.md
!README.md
docker-compose.yaml
*.sh
# Ignore images in posts
*.jpg
*.png
# Flask Data & Config
*.ini
data