📝 Update .gitignore - Exclude user-generated media and data files

- Added app/static/media/posts/ to exclude user-uploaded GPX files and images
- Added data/ directory to exclude database and runtime data
- Cleaned up temporary backup files
- Ensures repository stays clean while preserving application functionality
This commit is contained in:
ske087
2025-08-10 09:14:04 +03:00
parent 5221cf3184
commit e5eef143fc

6
.gitignore vendored
View File

@@ -120,4 +120,8 @@ uploads/
*.db
*.sqlite
instance/
venv/
venv/
# Media files and user content
app/static/media/posts/
data/