added musicdata to gitignore

This commit is contained in:
Kwoth 2016-07-29 15:29:22 +02:00
parent c82f7feaf4
commit 2f56937af1

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ obj/
NadekoBot/bin/debug/*.* NadekoBot/bin/debug/*.*
NadekoBot/bin/debug/data/permissions NadekoBot/bin/debug/data/permissions
NadekoBot/bin/debug/data/incidents NadekoBot/bin/debug/data/incidents
NadekoBot/bin/debug/data/musicdata
NadekoBot/bin/NadekoRelease/*.* NadekoBot/bin/NadekoRelease/*.*
!NadekoBot/bin/Debug/data/currency_images/* !NadekoBot/bin/Debug/data/currency_images/*
Tests/bin Tests/bin