Skip to content

Commit d9a3951

Browse files
committed
Added .gitattributes.
Added Composer license information.
1 parent f331ae2 commit d9a3951

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.* export-ignore
2+
/doc export-ignore
3+
/test export-ignore
4+
/README.md export-ignore

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "scriptfusion/pip",
33
"description": "Immediately prints exceptions and assertion failures during testing.",
4+
"license": "LGPL-3.0-only",
45
"authors": [
56
{
67
"name": "Bilge",

0 commit comments

Comments
 (0)