Преглед изворни кода

Merge pull request #1223 from ankurk91/patch/exclude

Exclude files and folder from release archive
Jordi Boggiano пре 7 година
родитељ
комит
bb3771b948
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      .gitattributes

+ 4 - 3
.gitattributes

@@ -1,3 +1,4 @@
-.gitattributes export-ignore
-.gitignore export-ignore
-.travis.yml export-ignore
+/doc export-ignore
+/tests export-ignore
+/.* export-ignore
+/phpunit.xml.dist export-ignore