Add source map files and large images to gitignore to reduce repo size
This commit is contained in:
parent
3d89522745
commit
7fb4ba4e73
|
|
@ -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/
|
||||
Loading…
Reference in New Issue