-
-
Notifications
You must be signed in to change notification settings - Fork 346
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (18 loc) · 761 Bytes
/
.gitattributes
File metadata and controls
19 lines (18 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* text=auto
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/docs export-ignore
/build export-ignore
/test_files export-ignore
/CHANGELOG.md export-ignore
/Makefile export-ignore
/phpbench.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
/**/*Test.php export-ignore
/**/*TestCase.php export-ignore
/**/*Bench.php export-ignore