forked from codeigniter4/shield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
24 lines (23 loc) · 839 Bytes
/
.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
/.github export-ignore
/admin export-ignore
/bin export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/composer-unused.php export-ignore
/deptrac.yml export-ignore
/infection.json.dist export-ignore
/mkdocs.yml export-ignore
/phpstan-baseline.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm_autoload.php export-ignore
/psalm-baseline.xml export-ignore
/psalm.xml export-ignore
/rector.php export-ignore
/roave-bc-check.yml export-ignore
# Configure diff output for .php and .phar files.
*.php diff=php
*.phar -diff