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