Setup/Misc
* fixed complexImage always selecting images for LOCALE_EN if able * fixed serverside events being displayed in the calendar * set initial memory limit to 4GB * set initial db_version to current version (forgotten to do that for a long time :x ) * updated README.md and .gitignore; revision incremented
This commit is contained in:
parent
7b9d7bec1b
commit
d0ec950dc1
13 changed files with 23 additions and 17 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -11,6 +11,8 @@
|
|||
/static/widgets/searchbox/searchbox.html
|
||||
/static/download/searchplugins/aowow.xml
|
||||
/config/config.php
|
||||
/datasets/*
|
||||
!/datasets/zones
|
||||
# /datasets/item-scaling
|
||||
|
||||
# extracted images
|
||||
|
|
@ -19,12 +21,13 @@
|
|||
/static/images/wow/icons/small/*
|
||||
/static/images/wow/icons/tiny/*
|
||||
!/static/images/wow/icons/tiny/quest_*
|
||||
/static/images/wow/hunterpettalents/icons*
|
||||
/static/images/wow/interface/*
|
||||
/static/images/wow/hunterpettalents/*
|
||||
/static/images/wow/Interface/*
|
||||
/static/images/wow/loadingscreens/*
|
||||
/static/images/wow/maps/*
|
||||
!/static/images/wow/maps/overlay*
|
||||
/static/images/wow/talents/icons/*
|
||||
/static/images/wow/talents/backgrounds/*
|
||||
|
||||
# modelviewer (~7GB data)
|
||||
/static/modelviewer/models/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue