adding PDF to build exclusion

This commit is contained in:
Brian Lich 2017-04-24 13:14:26 -07:00
parent e3a1d86df1
commit 8afbc5bb33

View File

@ -20,7 +20,9 @@
{
"files": [
"**/*.png",
"**/*.jpg"
"**/*.jpg",
"**/*.gif",
"**/*.pdf"
],
"exclude": [
"**/obj/**",