Skip to content

Commit 964306a

Browse files
authored
Merge pull request #98 from sasezaki/gitattributes
Setup .gitattributes - in order to exclude tests and other dev files from dist
2 parents abcf5c0 + b12765a commit 964306a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/.github/ export-ignore
2+
/test/ export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
compose.yaml export-ignore
6+
Dockerfile export-ignore
7+
php.ini export-ignore
8+
phpstan.neon export-ignore
9+
phpunit.xml export-ignore
10+
social-media-preview.png export-ignore
11+
social-media-preview.xcf export-ignore
12+
update-dogfood-images.sh export-ignore

0 commit comments

Comments
 (0)