* 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
42 lines
1 KiB
Text
42 lines
1 KiB
Text
# cache
|
|
/cache/template/*
|
|
/setup/generated/alphaMaps/*.png
|
|
|
|
# generated files
|
|
/static/js/profile_all.js
|
|
/static/js/locale.js
|
|
/static/widgets/power.js
|
|
/static/widgets/power/demo.html
|
|
/static/widgets/searchbox.js
|
|
/static/widgets/searchbox/searchbox.html
|
|
/static/download/searchplugins/aowow.xml
|
|
/config/config.php
|
|
/datasets/*
|
|
!/datasets/zones
|
|
# /datasets/item-scaling
|
|
|
|
# extracted images
|
|
/static/images/wow/icons/large/*
|
|
/static/images/wow/icons/medium/*
|
|
/static/images/wow/icons/small/*
|
|
/static/images/wow/icons/tiny/*
|
|
!/static/images/wow/icons/tiny/quest_*
|
|
/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/*
|
|
/static/modelviewer/thumbs/*
|
|
/static/modelviewer/textures2/*
|
|
|
|
# user uploads
|
|
/static/uploads/avatars/*
|
|
/static/uploads/screenshots/*
|
|
/static/uploads/signatures/*
|
|
/static/uploads/temp/*
|
|
|