2018년 12월 27일 목요일

[Dev] Git Doc

https://git-scm.com/docs


.gitignore
Library
Temp
obj
*.csproj
*.sln
.vscode


.gitmodules
[submodule "Assets/Ecs"]
path = Assets/Ecs
url = https://github.com/Unity-Technologies/EntityComponentSystemSamples.git
branch = master
[submodule "Assets/Ecs.UnityIntegration"]
path = Assets/Ecs.UnityIntegration
url = https://github.com/Unity-Technologies/EntityComponentSystemSamples.git
branch = master