SQL1 [GitHub] SQL 코드 인식 못함 문제 상황 GitHub에서는 기본적으로 SQL 코드를 인식하지 못한다. 해결 SQL을 포함하는 레포지토리에 .gitattributes라는 파일을 만든다. Add file > Create new file # .gitattributes 파일 내용 *.sql linguist-detectable=true *.sql linguist-language=sql 이제 레포지토리에서 .sql 파일들을 인식하여 몇 퍼센트가 SQL 코드인지 표시해준다! 참고 https://github.com/github/linguist/issues/3666 2023. 3. 12. 이전 1 다음