신규 프로젝트를 진행할 일이 있어 개발 환경 구성을 하다가 할때마다 찾을 필요 없게 메모 합니다.
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 - 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
'Works > Unity 3D' 카테고리의 다른 글
[Unity] OpenUPM - Custom Package 만들기 (0) | 2021.05.02 |
---|---|
Unity C# DLL (0) | 2021.05.02 |
[Unity] 강제로 앱 Crash 만드는 방법 (0) | 2020.10.22 |
[Unity] CinemachineVirtualCamera 이 작동하지 않을 경우 (0) | 2020.10.21 |
[Unity] Low Poly Map 간단히 만들기 (0) | 2020.10.15 |
댓글