Skip to content

Commit 3f5eb27

Browse files
author
Openset
committed
Add: .gitignore
1 parent 6f7262c commit 3f5eb27

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

src/HttpClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
<?php
2+
3+
namespace Openset;
4+
5+
class HttpClient
6+
{
7+
8+
}

0 commit comments

Comments
 (0)