From a5735c905f5f86c47b8073f75c33b5fd2023288d Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Tue, 10 Mar 2020 22:10:58 +0100 Subject: [PATCH] Remove .github and test functions from artifacts. --- .gitattributes | 3 +++ src/AwsS3V3/.gitattributes | 1 + src/FTP/.gitattributes | 1 + src/InMemory/.gitattributes | 1 + src/PHPSecLibV2/.gitattributes | 1 + 5 files changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index d0a26b325..7e3c2d0c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto +.github export-ignore src/AwsS3V3 export-ignore src/FTP export-ignore src/InMemory export-ignore @@ -7,6 +8,8 @@ src/PHPSecLibV2 export-ignore .gitattributes export-ignore .gitignore export-ignore build/ export-ignore +mocked-functions.php export-ignore +test-functions.php export-ignore test_files/ export-ignore **/*Test.php export-ignore **/*Stub.php export-ignore diff --git a/src/AwsS3V3/.gitattributes b/src/AwsS3V3/.gitattributes index 8ee941680..6250eb06e 100644 --- a/src/AwsS3V3/.gitattributes +++ b/src/AwsS3V3/.gitattributes @@ -1,5 +1,6 @@ * text=auto +.github export-ignore .gitattributes export-ignore .gitignore export-ignore **/*Test.php export-ignore diff --git a/src/FTP/.gitattributes b/src/FTP/.gitattributes index ee26080ff..dba4fb271 100644 --- a/src/FTP/.gitattributes +++ b/src/FTP/.gitattributes @@ -1,5 +1,6 @@ * text=auto +.github export-ignore .gitattributes export-ignore .gitignore export-ignore **/*Test.php export-ignore diff --git a/src/InMemory/.gitattributes b/src/InMemory/.gitattributes index ee26080ff..dba4fb271 100644 --- a/src/InMemory/.gitattributes +++ b/src/InMemory/.gitattributes @@ -1,5 +1,6 @@ * text=auto +.github export-ignore .gitattributes export-ignore .gitignore export-ignore **/*Test.php export-ignore diff --git a/src/PHPSecLibV2/.gitattributes b/src/PHPSecLibV2/.gitattributes index 8ee941680..6250eb06e 100644 --- a/src/PHPSecLibV2/.gitattributes +++ b/src/PHPSecLibV2/.gitattributes @@ -1,5 +1,6 @@ * text=auto +.github export-ignore .gitattributes export-ignore .gitignore export-ignore **/*Test.php export-ignore