TH1/.gitignore
2026-04-19 16:02:59 +08:00

69 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#IDE文件
.vs/
.idea/
.vscode/
_ReSharper.CSharp/
#svn
*/.svn/
.svn/
#Excel的临时文件
~$*.xlsx
~$*.xlsx.meta
#Unity相关目录
Unity/.gradle
Unity/Bundles
Unity/Library
Unity/Logs
Unity/UserSettings
Unity/*.csproj
Unity/*.vsconfig
Unity/ProjectSettings/RiderScriptEditorPersistedState.asset
Unity/HybridCLRData
#Unity/Assets
Unity/Assets/Bundles/Code/*
Unity/Assets/Bundles/AotDlls/*
Unity/Assets/StreamingAssets/
Unity/Assets/StreamingAssets.meta
#WebGL
WebGL
#其他
.objs/
.DS_Store
/*.user
bin/
Bin/
/Log
/Logs
obj/
/Release
/Temp
/Tools/MongoDB
Publish/
*/Temp/
*/TestResults/
/.claude
/Unity/Assets/Scripts/CLAUDE.md
/Docs/
/Unity/Assets/Scripts/CLAUDE.md.meta
#Graphify缓存可本地重新生成运行graphify update .即可恢复)
**/graphify-out/cache/
**/graphify-out/cache.meta
**/graphify-out/obsidian/
**/graphify-out/obsidian.meta
#Graphify保留文件取消忽略
!**/graphify-out/GRAPH_REPORT.md
!**/graphify-out/graph.json
!**/graphify-out/manifest.json
!**/graphify-out/cost.json
Unity/TH1.pub
Unity/TH1