Skip to content

Commit 12a6b63

Browse files
committed
Define git archive excludes
1 parent 3662902 commit 12a6b63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.docker/ export-ignore
2+
.github/ export-ignore
3+
examples/ export-ignore
4+
tests/ export-ignore
5+
.editorconfig export-ignore
6+
.gitattributes export-ignore
7+
.gitignore export-ignore
8+
.php-cs-fixer.php export-ignore
9+
docker-compose.yml export-ignore
10+
phpunit.xml export-ignore
11+
run-tests.sh export-ignore

0 commit comments

Comments
 (0)