Skip to content

Commit b85726d

Browse files
author
Kevin Buchholz
authored
Merge pull request #49 from sourceboat/feature/add_gitattributes_file
2 parents e787229 + fea10eb commit b85726d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# Path-based git attributes
3+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
4+
5+
# Ignore all test and configuration with "export-ignore".
6+
/.github export-ignore
7+
/tests export-ignore
8+
/.editorconfig export-ignore
9+
/.gitattributes export-ignore
10+
/.gitignore export-ignore
11+
/phpcs.xml export-ignore
12+
/phpmd.xml export-ignore
13+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)