Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from TangRufus/export-ignore
Browse files Browse the repository at this point in the history
Add .gitattributes
  • Loading branch information
jamesryanbell authored Mar 14, 2017
2 parents fc0ad3f + f5840d9 commit 003b869
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 207 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore everything.
/* export-ignore

# Export white-listed production code only.
/src -export-ignore
/composer.json -export-ignore
/composer.lock -export-ignore

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jamesryanbell/cloudflare",
"description": "CloudFlare API - PHP",
"license": "MIT",
"version": "1.10.1",
"version": "1.10.2",
"keywords": ["cloudflare", "api"],
"authors": [
{
Expand All @@ -12,7 +12,7 @@
],
"require": {},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "< 6",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down
Loading

0 comments on commit 003b869

Please sign in to comment.