Skip to content

Commit 7a6f01e

Browse files
committed
Add gitattributes
1 parent 9db45c9 commit 7a6f01e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Handle line endings automatically for files detected as text and leave all
2+
# files detected as binary untouched.
3+
* text=auto
4+
5+
# Files and directories with the attribute export-ignore won’t be added to
6+
# archive files. See http://git-scm.com/docs/gitattributes for details.
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
/*.neon export-ignore
10+
/.github export-ignore
11+
/.php-cs-fixer.dist.php export-ignore
12+
/phpunit.xml.dist export-ignore
13+
/tests/ export-ignore

0 commit comments

Comments
 (0)