Skip to content

Commit 133a619

Browse files
committed
Add .github, docker, etc to export-ignore list
1 parent 4e93e38 commit 133a619

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.gitattributes

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
.editorconfig export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
6-
.travis.yml export-ignore
76
LICENSE export-ignore
8-
phpunit.xml.dist export-ignore
7+
Makefile export-ignore
98
README.md export-ignore
9+
default-.env export-ignore
10+
docker-compose.yml export-ignore
11+
phpstan.neon.dist export-ignore
12+
phpunit.xml.dist export-ignore
13+
.github/ export-ignore
14+
docker/ export-ignore
1015
tests/ export-ignore

0 commit comments

Comments
 (0)