mirror of https://github.com/tuyoogame/YooAsset
Compare commits
3 Commits
fcc729a0bf
...
0531864534
Author | SHA1 | Date |
---|---|---|
|
0531864534 | |
|
72b1278f5c | |
|
875cd24cba |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue