From 69abd8c434a6a07109aff7b59eb810ed480e1600 Mon Sep 17 00:00:00 2001 From: Magnifikator Date: Sun, 3 Sep 2017 17:31:28 +0200 Subject: [PATCH] Misc/Git added extracted sounds and setup files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 258d500f..a6985cf9 100644 --- a/.gitignore +++ b/.gitignore @@ -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/*