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

Commit 2bf583e

Browse files
author
Artem Brezhnev
authored
Merge pull request #75 from owenvoke/feature/gitattributes
chore: add Git attributes
2 parents 67964b7 + 0da9dd2 commit 2bf583e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)