|
@@ -9,7 +9,7 @@ namespace VEngine.Editor.Builds
|
|
|
{
|
|
|
public class BuildTask
|
|
|
{
|
|
|
- private readonly string[] EXCLUDE_EXTS = new string[] { ".meta" };
|
|
|
+ private readonly string[] EXCLUDE_EXTS = new string[] { ".meta", ".bat" };
|
|
|
private readonly string[] EXCLUDE_DIRS = new string[] { "Assets/Res/.svn", ImportArtResTool.Md5FilePath };
|
|
|
private readonly BuildAssetBundleOptions buildAssetBundleOptions;
|
|
|
private readonly List<Asset> bundledAssets = new List<Asset>();
|