We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46e883 commit 01ad22dCopy full SHA for 01ad22d
.gitattributes
@@ -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