只上传unity
parent
08073a0196
commit
99153c39f1
|
|
@ -6,6 +6,7 @@
|
|||
!wb_new_ui/
|
||||
!.vscode/
|
||||
!wb_unity_pro_ios/
|
||||
!wb_unity_pro_jx/
|
||||
!xcode/
|
||||
|
||||
!lua_probject/**
|
||||
|
|
@ -13,5 +14,6 @@
|
|||
!wb_new_ui/**
|
||||
!.vscode/**
|
||||
!wb_unity_pro_ios**
|
||||
!wb_unity_pro_jx**
|
||||
!xcode/**
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Bb]uild/
|
||||
|
||||
# Autogenerated VS/MD solution and project files
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.tmp
|
||||
*.user
|
||||
*.userprefs
|
||||
*.pidb
|
||||
*.booproj
|
||||
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
|
||||
# Unity3D Generated File On Crash Reports
|
||||
sysinfo.txt
|
||||
/Assets/UnityVS.meta
|
||||
/Assets/UnityVS
|
||||
/UnityVS.tolua.v11.suo
|
||||
/UnityVS.tolua.CSharp.csproj
|
||||
/UnityVS.tolua.CSharp.Editor.csproj
|
||||
/UnityVS.tolua.sln
|
||||
Loading…
Reference in New Issue