Skip to content

Commit 66cfd0a

Browse files
committed
fix: Fixed gitatts
1 parent ba59534 commit 66cfd0a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/.github export-ignore
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
4+
/.editorconfig export-ignore
45
/.releaserc export-ignore
5-
/composer.lock
6+
/composer.lock export-ignore
7+
/phpcs.xml export-ignore

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
composer.lock
22
vendor
3-
phpcs.xml
4-
!/phpcs.xml
5-
/test.php

0 commit comments

Comments
 (0)