Browse Source

Update .gitattributes

Kuba Werłos 5 years ago
parent
commit
573f521965
1 changed files with 6 additions and 3 deletions
  1. 6 3
      .gitattributes

+ 6 - 3
.gitattributes

@@ -1,3 +1,6 @@
-.* export-ignore
-*.md export-ignore
-tests export-ignore
+/bin/ export-ignore
+/Resources/ export-ignore
+/tests/ export-ignore
+/.* export-ignore
+/CODE_OF_CONDUCT.md export-ignore
+/phpunit.xml.dist export-ignore