Excluding no longer needed paths.

This commit is contained in:
elitsa
2019-05-08 12:11:06 +02:00
parent 6cd77df1ad
commit fc0f996500

View File

@@ -10,8 +10,7 @@
],
"exclude": [
"**/obj/**",
"**/bin/**",
"../../build.tmp/_site/**"
"**/bin/**"
]
}
],
@@ -35,19 +34,7 @@
"*.md"
],
"exclude": [
"obj/**",
"../../build.tmp/_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
],
"exclude": [
"obj/**",
"../../build.tmp/_site/**"
"obj/**"
]
}
],
@@ -57,8 +44,7 @@
"**.md"
],
"exclude": [
"obj/**",
"../../build.tmp/_site/**"
"obj/**"
]
}
],