unity Git 설정 (.gitignore)
Unity3D/Problems 2013. 3. 4. 15:30시간이 없어 간단 요약.
서버에서 repository생성.
클라이언트에서 Clone Repository함.
Text파일 하나를 만들어서 커밋 (Push commits immediately to origin 체크 )
REMOTES 에 master생김.
ignore 할 파일에 우클릭후 ignore선택 ( global로 되어 있는데 repository only를 선택해야 .gitignore 파일이 생성됨 )
터미널을 열어 ls -al로 숨겨진 파일을 검색하면 .gitignore가 생성된것을 확인 할수 있음.
.gitignore파일을 열어 unity ignore설정을 함.
[Ll]ibrary/[Tt]emp/[Oo]bj/# Autogenerated VS/MD solution and project files*.csproj*.unityproj*.sln
global로 설정된것은 다음 경로에서 확인 할수 있음.
'Unity3D > Problems' 카테고리의 다른 글
[해결] Error building Player: Exception: android (invokation failed) (0) | 2013.08.05 |
---|---|
버전 Error인가...? (0) | 2013.08.01 |
UnityException: GameObject has undefined tag! (0) | 2013.02.28 |
can't be loaded because another asset bundle with the same files are already loaded (0) | 2013.02.28 |
[?] Monodevelop Debugging for Unity (0) | 2013.02.28 |