diff --git a/.gitattributes b/.gitattributes index cff2e5981..099507c57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,7 @@ /src/PhpseclibV2 export-ignore /src/PhpseclibV3 export-ignore /src/AdapterTestUtilities export-ignore +/src/AzureBlobStorage export-ignore /src/ZipArchive export-ignore /.gitattributes export-ignore /.gitignore export-ignore diff --git a/config.subsplit-publish.json b/config.subsplit-publish.json index b0de91ee2..4328efca5 100644 --- a/config.subsplit-publish.json +++ b/config.subsplit-publish.json @@ -35,6 +35,11 @@ "directory": "src/AsyncAwsS3", "target": "git@github.com:thephpleague/flysystem-async-aws-s3.git" }, + { + "name": "azure-blob-storage", + "directory": "src/AzureBlobStorage", + "target": "git@github.com:thephpleague/flysystem-azure-blob-storage.git" + }, { "name": "google-cloud-storage", "directory": "src/GoogleCloudStorage",