Skip to content

Commit 6920245

Browse files
committed
Add .gitattributes file
1 parent 8fc6948 commit 6920245

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/.github/ export-ignore
2+
/.phpunit.cache/ export-ignore
3+
/tools/ export-ignore
4+
/tests/bootstrap.php export-ignore
5+
/tests/resources/xml export-ignore
6+
/tests/Utils/ export-ignore
7+
/tests/Addressing/ export-ignore
8+
codecov.yml export-ignore
9+
.editorconfig export-ignore
10+
.gitattributes export-ignore
11+
.gitignore export-ignore
12+
phpstan-baseline.neon export-ignore
13+
phpstan-baseline-dev.neon export-ignore
14+
phpstan.neon export-ignore
15+
phpstan-dev.neon export-ignore
16+
phpcs.xml export-ignore
17+
phpunit.xml export-ignore
18+
.php_cs.dist export-ignore
19+
.markdownlintignore export-ignore
20+
.markdownlint.yml export-ignore

0 commit comments

Comments
 (0)