Skip to content

Commit c2f05e8

Browse files
committed
Ignore source files
1 parent 0514932 commit c2f05e8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/src/ export-ignore
2+
/build.php export-ignore
3+
/example.php export-ignore

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "automattic/php-thrift-sql",
3-
"time": "2018-02-02",
43
"type": "library",
54
"description": "PHP Thrift Client for Impala and Hive Queries",
65
"keywords": [ "Thrift", "SQL", "Database", "Hive", "Impala" ],
@@ -25,8 +24,5 @@
2524
"type": "vcs",
2625
"url": "https://github.com/Automattic/php-thrift-sql"
2726
}
28-
],
29-
"archive": {
30-
"exclude": [ "/src", "/build.php", "/example.php" ]
31-
}
27+
]
3228
}

0 commit comments

Comments
 (0)