aowow/.gitignore
Sarjuuk 9c7c2e29b5 removing smarty - part V
- added ObjectPage and ObjectsPage
- moved loot-related functions from Util to own class
- moved template-related functions from Util to GenericPage
- removed redundancies from user class
- enabled cache (may need some tweaking but it finally works as it should)
- some bugfixes
2014-06-21 16:46:01 +02:00

32 lines
751 B
Text

# cache
/cache/template/*
/cache/alphaMaps/*.png
# generated files
/static/js/profile_all.js
/config/config.php
# 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/icons*
/static/images/wow/interface/*
/static/images/wow/loadingscreens/*
/static/images/wow/maps/*
!/static/images/wow/maps/overlay*
/static/images/wow/talents/icons/*
# 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/*