Skip to content

Commit e30ed08

Browse files
Updated gitattributes:
- ignore packages and json5 version of infection config - set lf for shell scripts
1 parent 574cbec commit e30ed08

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/docker export-ignore
2+
/packages export-ignore
23
/test export-ignore
34
/tools export-ignore
45
/.idea export-ignore
@@ -10,8 +11,9 @@
1011
/.gitattributes export-ignore
1112
/.env.dist
1213
/docker-compose.yml export-ignore
13-
/infection.json.dist export-ignore
14+
/infection.json*.dist export-ignore
1415
/phive.xml export-ignore
1516
/psalm.xml export-ignore
1617

17-
*.php text=auto eol=lf
18+
*.php text=auto eol=lf
19+
*.sh text=auto eol=lf

0 commit comments

Comments
 (0)