Development/Git
[Git] .gitignore 와 .gitattributes 차이점
Logan Moon
2020. 5. 6. 10:22
728x90
.gitignore
github에 commit할 경우에 제외할 목록을 적는 곳이다.
.gitattributes
git에 있는 LFS(Large File System)에서 관리하기 위해 추적할 리스트를 작성하는 곳이다.
728x90