Skip to content

Commit 947083e

Browse files
owenvokeiamcal
authored andcommitted
feat: add .gitattributes
1 parent 0262cfb commit 947083e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* text=auto
2+
3+
# Path-based git attributes
4+
# https://git-scm.com/docs/gitattributes
5+
6+
# Ignore all tests and documentation with "export-ignore".
7+
/.gitattributes export-ignore
8+
/.github export-ignore
9+
/.gitignore export-ignore
10+
/data export-ignore
11+
/Makefile export-ignore
12+
/phpunit.xml.dist export-ignore
13+
/tests export-ignore
14+
/run.php export-ignore
15+
/x.php export-ignore

0 commit comments

Comments
 (0)