forked from Sarjuuk/aowow
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
53 lines (45 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Git
*.orig
# cache
/cache/template/*
/cache/alphaMaps/*
/cache/setup/*
# 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/*