Extract methods for setting properties
[phpmyadmin.git] / .gitattributes
blob09dc8c5fe2c5415652e1f8e9872a45ddaefca0db
1 .gitattributes export-ignore
2 .gitignore export-ignore
3 .github export-ignore
4 .scrutinizer.yml export-ignore
5 .jshintrc export-ignore
6 .stylelintrc.json export-ignore
7 .eslintrc.json export-ignore
8 .eslintignore export-ignore
9 .weblate export-ignore
10 codecov.yml export-ignore
11 build.xml export-ignore
12 infection.json.dist export-ignore
13 phpcs.xml.dist export-ignore
14 phpstan.neon.dist export-ignore
15 phpstan-baseline.neon export-ignore
16 psalm.xml export-ignore
17 psalm-baseline.xml export-ignore
18 DCO export-ignore
19 .editorconfig export-ignore
20 # Exclude only the following files and not all files in test/
21 # This is because some packaging teams need our test files but not the CI related files
22 test/doctum-config.php export-ignore
23 test/bootstrap-static.php export-ignore
24 test/config.e2e.inc.php export-ignore
25 test/phpstan-constants.php export-ignore
26 test/*-local-server export-ignore
27 test/*.conf export-ignore
28 test/*.ini export-ignore
29 test/ci-phplint export-ignore
30 .browserslistrc export-ignore
31 CODE_OF_CONDUCT.md export-ignore
32 CONTRIBUTING.md export-ignore