Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 2a22d51

Browse files
committed
add gitattributes
1 parent 1e9afea commit 2a22d51

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
/tests export-ignore
6+
/.github export-ignore
7+
/.editorconfig export-ignore
8+
/.gitattributes export-ignore
9+
/.gitignore export-ignore
10+
/phpstan.neon.dist export-ignore
11+
/tlint.json export-ignore
12+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)