Skip to content

Commit 52af76d

Browse files
committed
updated .gitattributes & .gitignore
1 parent 840c456 commit 52af76d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.gitattributes export-ignore
2-
.gitignore export-ignore
3-
.github export-ignore
4-
ncs.* export-ignore
5-
phpstan.neon export-ignore
6-
tests/ export-ignore
1+
.gitattributes export-ignore
2+
.github/ export-ignore
3+
.gitignore export-ignore
4+
ncs.* export-ignore
5+
phpstan*.neon export-ignore
6+
tests/ export-ignore
77

8-
*.sh eol=lf
9-
*.php* diff=php linguist-language=PHP
8+
*.php* diff=php
9+
*.sh text eol=lf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
22
/composer.lock
3+
tests/lock

0 commit comments

Comments
 (0)