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