Procházet zdrojové kódy

Update .gitattributes

代强 před 3 roky
rodič
revize
d25fbb220f
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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