-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (20 loc) · 849 Bytes
/
.gitattributes
File metadata and controls
21 lines (20 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* 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
/config.subsplit-publish.json export-ignore
/Makefile export-ignore
/phpbench.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
/src/Doctrine export-ignore
/**/*Test.php export-ignore
/**/*TestCase.php export-ignore
/**/*Bench.php export-ignore