Sfoglia il codice sorgente

Update .gitattributes

代强 3 anni fa
parent
commit
d25fbb220f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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