Skip to content

Commit 166ef96

Browse files
authored
Merge pull request #208 from popov-do/add-gitattributes
Add .gitattributes
2 parents 3ef0b26 + 2417f0d commit 166ef96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ignore directories in the git-generated distributed .zip archive
2+
/.github export-ignore
3+
/tests export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
generate-examples.php export-ignore
7+
generate-verified-files.php export-ignore
8+
phpunit.xml export-ignore
9+
examples.md export-ignore
10+
phpstan.neon.dist export-ignore

0 commit comments

Comments
 (0)