Skip to content

Commit 01ad22d

Browse files
committed
Add git attributes
1 parent c46e883 commit 01ad22d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
/doc/ export-ignore
13+
/phpunit.* export-ignore
14+
/phpstan.* export-ignore
15+
/tests/ export-ignore

0 commit comments

Comments
 (0)