본문 바로가기
Works/Unity 3D

[Unity] 프로젝트 Git 설정

by Vader87 2021. 2. 2.
반응형

신규 프로젝트를 진행할 일이 있어 개발 환경 구성을 하다가 할때마다 찾을 필요 없게 메모 합니다.

 

Git ignore

Unity 프로젝트 구성에 필없는 요소들이 Git commit 이 되지 않게 해줍니다.

바로 사용해야 된다면 아래 싸이트를 방문하시고,

github.com/github/gitignore/blob/master/Unity.gitignore

 

github/gitignore

A collection of useful .gitignore templates. Contribute to github/gitignore development by creating an account on GitHub.

github.com

공부를 하고 싶다면 아래로 싸이트를 방문하세요.

git-scm.com/docs/gitignore

 

Git - gitignore Documentation

The optional configuration variable core.excludesFile indicates a path to a file containing patterns of file names to exclude, similar to $GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to those in $GIT_DIR/info/exclude.

git-scm.com

 

Git attributes

Windows, Mac OS 간 개행 문자 이슈, LFS를 통한 대용량 파일 관리 설정을 해 줍니다.

바로 사용해야 된다면 아래 싸이트를 방문하시고,

github.com/alexkaratarakis/gitattributes/blob/master/Unity.gitattributes

 

alexkaratarakis/gitattributes

A collection of useful .gitattributes templates. Contribute to alexkaratarakis/gitattributes development by creating an account on GitHub.

github.com

공부를 하고 싶다면 아래로 싸이트를 방문하세요.

git-scm.com/docs/gitattributes

 

Git - gitattributes Documentation

Custom macro attributes can be defined only in top-level gitattributes files ($GIT_DIR/info/attributes, the .gitattributes file at the top level of the working tree, or the global or system-wide gitattributes files), not in .gitattributes files in working

git-scm.com

 

반응형

댓글