Compare commits

...

3 Commits

Author SHA1 Message Date
何冠峰 0531864534 Update package.json 2025-03-10 10:29:44 +08:00
何冠峰 72b1278f5c
Merge pull request #499 from benjamini258369gmail/fix-rawIgnore-dll
fix ignore raw dll
2025-03-10 10:27:13 +08:00
benjamini 875cd24cba fix ignore raw dll 2025-03-08 17:54:11 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace YooAsset.Editor
/// <summary>
/// 忽略的文件类型
/// </summary>
public readonly static HashSet<string> IgnoreFileExtensions = new HashSet<string>() { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" };
public readonly static HashSet<string> IgnoreFileExtensions = new HashSet<string>() { "", ".so", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" };
}
/// <summary>