📝 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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -120,4 +120,8 @@ uploads/
|
|||||||
*.db
|
*.db
|
||||||
*.sqlite
|
*.sqlite
|
||||||
instance/
|
instance/
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
|
# Media files and user content
|
||||||
|
app/static/media/posts/
|
||||||
|
data/
|
||||||
Reference in New Issue
Block a user