-
Notifications
You must be signed in to change notification settings - Fork 827
/
.gitattributes
44 lines (43 loc) · 1.25 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
* text=auto
/.docker export-ignore
/.dockerignore export-ignore
/docker-compose.yml export-ignore
/config.subsplit-publish.json export-ignore
/.editorconfig export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.php export-ignore
/phpunit.xml.dist export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/deprecations.md export-ignore
/docker-composer.yml export-ignore
/README.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/.github export-ignore
/src/AsyncAwsS3 export-ignore
/src/AwsS3V3 export-ignore
/src/GoogleCloudStorage export-ignore
/src/Ftp export-ignore
/src/InMemory export-ignore
/src/PhpseclibV2 export-ignore
/src/PhpseclibV3 export-ignore
/src/AdapterTestUtilities export-ignore
/src/AzureBlobStorage export-ignore
/src/ZipArchive export-ignore
/src/WebDAV export-ignore
/src/PathPrefixing export-ignore
/src/Local export-ignore
/src/ReadOnly export-ignore
/src/GridFS export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/bin/ export-ignore
/mocked-functions.php export-ignore
/test_files/ export-ignore
/**/*Test.php export-ignore
/**/*Stub.php export-ignore
/**/Stub*.php export-ignore