Skip to content

Commit dacc89c

Browse files
authored
Feat: Add .gitattributes (#22)
1 parent 5d1b992 commit dacc89c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text eol=lf
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
/.github export-ignore
6+
/phpcs.xml.dist export-ignore
7+
/phpstan.neon.dist export-ignore
8+
/phpstan-baseline.neon export-ignore
9+
/phpunit.xml.dist export-ignore
10+
/psalm.xml.dist export-ignore
11+
/psalm-baseline.xml export-ignore
12+
/tests export-ignore

0 commit comments

Comments
 (0)