Add source map files and large images to gitignore to reduce repo size

This commit is contained in:
rizky 2025-08-17 15:34:11 +07:00
parent 3d89522745
commit 7fb4ba4e73
1 changed files with 9 additions and 1 deletions

10
.gitignore vendored
View File

@ -184,4 +184,12 @@ app/srv/site
app/srv/site/*
app/srv/site.zip
app/static
app/static-br
app/static-br
# Source map files
*.map
**/*.map
# Large image files from templates
app/web/public/images/template/
app/web/static/images/template/