Răsfoiți Sursa

Merge pull request #1223 from ankurk91/patch/exclude

Exclude files and folder from release archive
Jordi Boggiano 7 ani în urmă
părinte
comite
bb3771b948
1 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  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