Skip to content

Commit 586a496

Browse files
committed
add git attributes
1 parent e871df6 commit 586a496

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitattributes

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
/.arcconfig export-ignore
6+
/.arclint export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore
9+
/CODE_OF_CONDUCT.md export-ignore
10+
/CONTRIBUTING.md export-ignore
11+
/injection.json.dist export-ignore
12+
/phpcs.xml.dist export-ignore
13+
/phpunit.xml.dist export-ignore
14+
/PULL_REQUEST_TEMPLATE.md export-ignore
15+
/tests export-ignore
16+
/.editorconfig export-ignore

0 commit comments

Comments
 (0)