Skip to content

Commit 08e1d5a

Browse files
committed
Cleanup git setup
1 parent 46a8fd0 commit 08e1d5a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
/infection.json.dist export-ignore
7+
/phpcs.xml.dist export-ignore
8+
/phpstan.neon.dist export-ignore
9+
/phpunit.xml.dist export-ignore
10+
/tests export-ignore

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
/vendor/
2-
/composer.lock
3-
/.phpcs-cache
41
/.phpunit.result.cache
2+
/.phpcs-cache
3+
/infection.json
4+
/infection-log.txt
55
/phpcs.xml
66
/phpstan.neon
77
/phpunit.xml
8+
/composer.lock
9+
/vendor/

0 commit comments

Comments
 (0)