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 6f7262c commit 3f5eb27Copy full SHA for 3f5eb27
.gitattributes
@@ -0,0 +1,10 @@
1
+.gitignore export-ignore
2
+.gitattributes export-ignore
3
+.editorconfig export-ignore
4
+/.github/ export-ignore
5
+/.travis.yml export-ignore
6
+/build/ export-ignore
7
+/docs/ export-ignore
8
+/Makefile export-ignore
9
+/phpunit.xml.dist export-ignore
10
+/tests/ export-ignore
.gitignore
@@ -0,0 +1 @@
+/vendor/
src/HttpClient.php
@@ -1 +1,8 @@
<?php
+
+namespace Openset;
+class HttpClient
+{
+}
0 commit comments