添加编译后的文件

This commit is contained in:
997146918 2025-07-28 18:34:54 +08:00
parent 76c64d8635
commit ae33c24bb6
56 changed files with 33985 additions and 4 deletions

6
.gitignore vendored
View File

@ -46,9 +46,7 @@
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
Binaries/*
Plugins/**/Binaries/*
# Builds
Build/*
@ -90,7 +88,6 @@ DerivedDataCache/*
/ProjectFish/ProjectFish.uproject.DotSettings.user
/ProjectFish/.idea
/ProjectFish/.vs
/ProjectFish/Binaries
/ProjectFish/DerivedDataCache
/ProjectFish/Intermediate
/ProjectFish/ProjectFish.sln
@ -106,3 +103,4 @@ DerivedDataCache/*
/TestForAIGC/TestForAIGC.uproject.DotSettings.user
/AIGC/__pycache__/AICore.cpython-312.pyc
/AIGC/__pycache__/DatabaseHandle.cpython-312.pyc
/ProjectFish/CLAUDE.md

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
{
"BuildId": "37670630",
"Modules":
{
"ProjectFish": "UnrealEditor-ProjectFish-0001.dll",
"ProjectFishEditor": "UnrealEditor-ProjectFishEditor-0001.dll"
}
}

Binary file not shown.