aowow/.gitignore
Sarjuuk 793dc4dfdd Dependencies/Composer
* use composer to manage future dependencies
2026-01-07 20:53:02 +01:00

49 lines
1.1 KiB
Text

# cache
/cache/*
# extract from MPQ
/setup/mpqdata/*
# generated files
/static/js/profile_all.js
/static/js/global.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/*
/datasets/*
# extracted sounds
/static/wowsounds/*
# 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_[end|start]
/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/*
/static/uploads/guide/images/*
# composer
/includes/libs/*
composer.phar