Misc/Git
added extracted sounds and setup files to .gitignore
This commit is contained in:
parent
011de295fd
commit
69abd8c434
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -3,6 +3,9 @@
|
|||
/setup/generated/alphaMaps/*.png
|
||||
/cache/firstrun
|
||||
|
||||
# extract from MPQ
|
||||
/setup/mpqdata/*
|
||||
|
||||
# generated files
|
||||
/static/js/profile_all.js
|
||||
/static/js/locale.js
|
||||
|
|
@ -16,6 +19,9 @@
|
|||
!/datasets/zones
|
||||
# /datasets/item-scaling
|
||||
|
||||
# extracted sounds
|
||||
/static/wowsounds/*
|
||||
|
||||
# extracted images
|
||||
/static/images/wow/icons/large/*
|
||||
/static/images/wow/icons/medium/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue