Skip to content

Commit 0c34dc4

Browse files
committed
.gitattributes : fix certain names of files and directories
1 parent 019afa2 commit 0c34dc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitattributes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
3-
/.docker-compose.yml export-ignore
4-
/.phpcs.xml export-ignore
5-
/.phpunit.xml export-ignore
3+
/docker-compose.yml export-ignore
4+
/phpcs.xml export-ignore
5+
/phpunit.xml export-ignore
66
/.github
7-
/.docker
8-
/.tests
7+
/docker
8+
/tests

0 commit comments

Comments
 (0)