We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bf084 commit 2c1dea8Copy full SHA for 2c1dea8
.gitattributes
@@ -0,0 +1,11 @@
1
+# Ignoring files for distribution archieves
2
+examples/ export-ignore
3
+tests/ export-ignore
4
+.dunitconfig export-ignore
5
+.travis.yml export-ignore
6
+.gitignore export-ignore
7
+.gitattributes export-ignore
8
+.scrutinizer.yml export-ignore
9
+.styleci.yml export-ignore
10
+appveyor.yml export-ignore
11
+phpunit.xml.dist export-ignore
.gitignore
@@ -0,0 +1,2 @@
+vendor/
+covHtml/
0 commit comments