Translated using Weblate (Korean)
[phpmyadmin.git] / .gitattributes
blob3e4c51ae5746ae68018979265f0142f3d2943264
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.json.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 test/
22 # This is because some packaging teams need our test files but not the CI related files
23 test/doctum-config.php export-ignore
24 test/bootstrap-static.php export-ignore
25 test/config.e2e.inc.php export-ignore
26 test/phpstan-constants.php export-ignore
27 test/*-local-server export-ignore
28 test/*.conf export-ignore
29 test/*.ini export-ignore
30 test/ci-phplint export-ignore
31 .browserslistrc export-ignore
32 CODE_OF_CONDUCT.md export-ignore
33 CONTRIBUTING.md export-ignore