chore: .gitignore 去掉全局 *.dll 限制,release DLL 可自由提交
This commit is contained in:
@@ -42,10 +42,6 @@ build_*/
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# 但 engines/release/ 中的引擎 DLL 需要跟踪(用户运行必备)
|
||||
!engines/release/dynamics_*.dll
|
||||
|
||||
# 可执行文件(保留源码,排除编译出的二进制)
|
||||
# 注意:Windows 下 .exe 后缀的可执行文件
|
||||
|
||||
Reference in New Issue
Block a user