mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# Git
|
|
*.orig
|
|
|
|
# cache
|
|
/cache/template/*
|
|
/setup/generated/alphaMaps/*.png
|
|
/cache/firstrun
|
|
|
|
# extract from MPQ
|
|
/setup/mpqdata/*
|
|
|
|
# generated files
|
|
/static/js/profile_all.js
|
|
/static/js/locale.js
|
|
/static/js/Markup.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 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_*
|
|
/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/*
|
|
|