문제:
.gitattributes의 linguist-vendored가 서브디렉토리들에 있는 파일들을 인식하지 못함
해결:
globstar(**) 사용
ex) Etcs/Html/*.html, Etcs/External/*.html, Etcs/External/Something/*.html 에 적용
-> .gitattributes에 추가: Etcs/**/*.html linguist-vendored
반응형
'Code > Git' 카테고리의 다른 글
WSL Git에서 모든 파일이 modified로 표시됨 (0) | 2021.10.12 |
---|---|
drop된 stash 복구 (0) | 2021.09.24 |
VS2019 Git SSH 연결 시 passphrase 기억 (0) | 2021.05.16 |
git help가 html 에디터에서 열릴 때 (0) | 2021.04.23 |
git config의 에디터로 VSCode 지정 시 오류 (0) | 2021.04.11 |
GitHub 리포지토리의 언어 통계 변경 (0) | 2021.02.25 |