소스 검색

Update .gitattributes

代强 3 년 전
부모
커밋
d25fbb220f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitattributes

+ 2 - 1
.gitattributes

@@ -1,5 +1,6 @@
 src/*  -linguist-detectable
-packages/**/_story/* -linguist-detectable
+*.test.js -linguist-detectable
+*.story.js -linguist-detectable
 packages/* linguist-detectable
 *.tsx linguist-language=TypeScript
 *.jsx linguist-language=JavaScript