整理
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
# 忽略包含敏感信息的环境变量文件
|
||||||
|
.env
|
||||||
|
|
||||||
|
# 忽略 Python 缓存文件
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
# 忽略 VSCode 设置
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# MCP Server generated files
|
||||||
|
Source/MCP/*.log
|
||||||
|
|
||||||
|
# Visual Studio/C# 编译和临时文件
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
.vs/
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# Kilo Code MCP vector cache
|
||||||
|
Source/MCP/vector_cache/
|
||||||
|
Source/WulaFallenEmpire/.vs/WulaFallenEmpire/v17/DocumentLayout.json
|
||||||
|
Source/MCP/pid.txt
|
||||||
|
|
||||||
|
# Kilo Code logs
|
||||||
|
.kilocode/logs/
|
||||||
|
|
||||||
|
# MCP Knowledge Base Cache and Logs
|
||||||
|
*.log
|
||||||
|
MCP/vector_cache/*.txt
|
||||||
|
MCP/mcpserver.log
|
||||||
|
|
||||||
|
# Exclude MCP local RAG folder
|
||||||
|
MCP/local_rag/
|
||||||
|
Data
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -73,7 +73,7 @@
|
|||||||
<Compile Include="ARA_SpawnPawnFromList\JobDriver_Incubate.cs" />
|
<Compile Include="ARA_SpawnPawnFromList\JobDriver_Incubate.cs" />
|
||||||
<Compile Include="ARA_QueenAbility\CompProperties_AbilitySprayLiquidMulti.cs" />
|
<Compile Include="ARA_QueenAbility\CompProperties_AbilitySprayLiquidMulti.cs" />
|
||||||
<Compile Include="ARA_QueenAbility\CompAbilityEffect_SprayLiquidMulti.cs" />
|
<Compile Include="ARA_QueenAbility\CompAbilityEffect_SprayLiquidMulti.cs" />
|
||||||
<Compile Include="Hediffs\Hediff_CurseFlame.cs" />
|
<Compile Include="DRM_HediffCurseFlame\Hediff_CurseFlame.cs" />
|
||||||
<Compile Include="ARA_QueenAbility\CompAbilityEffect_NeedCost.cs" />
|
<Compile Include="ARA_QueenAbility\CompAbilityEffect_NeedCost.cs" />
|
||||||
<Compile Include="ARA_QueenAbility\CompAbilityEffect_BodyPartCheck.cs" />
|
<Compile Include="ARA_QueenAbility\CompAbilityEffect_BodyPartCheck.cs" />
|
||||||
<Compile Include="ARA_HiveMind\Hediff_HiveMindMaster.cs" />
|
<Compile Include="ARA_HiveMind\Hediff_HiveMindMaster.cs" />
|
||||||
@@ -82,18 +82,18 @@
|
|||||||
<Compile Include="ARA_HiveMind\HediffComp_HiveMindDrone.cs" />
|
<Compile Include="ARA_HiveMind\HediffComp_HiveMindDrone.cs" />
|
||||||
<Compile Include="ARA_HiveMind\CompAbilityEffect_BindDrone.cs" />
|
<Compile Include="ARA_HiveMind\CompAbilityEffect_BindDrone.cs" />
|
||||||
<Compile Include="ARA_HiveMind\CompProperties_AbilityBindDrone.cs" />
|
<Compile Include="ARA_HiveMind\CompProperties_AbilityBindDrone.cs" />
|
||||||
<Compile Include="JobGiver_MaintainBuildings.cs" />
|
<Compile Include="ARA_SpawnPawnFromList\JobGiver_MaintainBuildings.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Work\CompMilkableArachnae.cs" />
|
<Compile Include="ARA_CompMilkableArachnae\CompMilkableArachnae.cs" />
|
||||||
<Compile Include="Work\CompProperties_MilkableArachnae.cs" />
|
<Compile Include="ARA_CompMilkableArachnae\CompProperties_MilkableArachnae.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="MainHarmony.cs" />
|
<Compile Include="MainHarmony.cs" />
|
||||||
<Compile Include="ARA_TrainingWork\ThinkNode_ConditionalAnimalShouldDoGrowingWork.cs" />
|
<Compile Include="ARA_TrainingWork\JobPlant\ThinkNode_ConditionalAnimalShouldDoGrowingWork.cs" />
|
||||||
<Compile Include="ARA_TrainingWork\CompAdvancedTraining.cs" />
|
<Compile Include="ARA_TrainingWork\CompAdvancedTraining.cs" />
|
||||||
<Compile Include="ARA_TrainingWork\JobGiver_Grower.cs" />
|
<Compile Include="ARA_TrainingWork\JobPlant\JobGiver_Grower.cs" />
|
||||||
<Compile Include="ARA_TrainingWork\WorkGiver_ArachnaeSow.cs" />
|
<Compile Include="ARA_TrainingWork\JobPlant\WorkGiver_ArachnaeSow.cs" />
|
||||||
<Compile Include="ARA_TrainingWork\TrainingSystem_Patcher.cs" />
|
<Compile Include="ARA_TrainingWork\TrainingSystem_Patcher.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -106,17 +106,17 @@
|
|||||||
<Compile Include="WULA_AutoMechCarrier\PawnProductionEntry.cs" />
|
<Compile Include="WULA_AutoMechCarrier\PawnProductionEntry.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="CompInteractiveProducer.cs" />
|
<Compile Include="ARA_CompInteractiveProducer\CompInteractiveProducer.cs" />
|
||||||
<Compile Include="JobDriver_StartProduction.cs" />
|
<Compile Include="ARA_CompInteractiveProducer\JobDriver_StartProduction.cs" />
|
||||||
<Compile Include="CompRefuelableNutrition.cs" />
|
<Compile Include="ARA_CompInteractiveProducer\CompRefuelableNutrition.cs" />
|
||||||
<Compile Include="DataContracts.cs" />
|
<Compile Include="ARA_CompInteractiveProducer\DataContracts.cs" />
|
||||||
<Compile Include="CompTemperatureRuinableDamage.cs" />
|
<Compile Include="ARA_CompInteractiveProducer\CompTemperatureRuinableDamage.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Possession\Hediff_Possession.cs" />
|
<Compile Include="ARA_HuggingFace\Hediff_Possession.cs" />
|
||||||
<Compile Include="Possession\PawnDataUtility.cs" />
|
<Compile Include="ARA_HuggingFace\PawnDataUtility.cs" />
|
||||||
<Compile Include="Possession\CompAbilityEffect_Possess.cs" />
|
<Compile Include="ARA_HuggingFace\CompAbilityEffect_Possess.cs" />
|
||||||
<Compile Include="Possession\CompProperties_AbilityPossess.cs" />
|
<Compile Include="ARA_HuggingFace\CompProperties_AbilityPossess.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- 自定义清理任务,删除obj文件夹中的临时文件 -->
|
<!-- 自定义清理任务,删除obj文件夹中的临时文件 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user