We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff540d2 + 315f8ed commit f6290f6Copy full SHA for f6290f6
.gitattributes
@@ -1,3 +1,16 @@
1
+# Ignore all these files for release packages.
2
+# Using Composer `--prefer-dist` will not include these files.
3
+# Use `--prefer-source` to include them.
4
+# See https://blog.madewithlove.be/post/gitattributes/
5
+.gitattributes export-ignore
6
+.gitignore export-ignore
7
+.phplint.yml export-ignore
8
+CHANGELOG.md export-ignore
9
+phpunit.xml.dist export-ignore
10
+README.md export-ignore
11
+/.github export-ignore
12
+/moodle/Tests export-ignore
13
+
14
# The generic_files_linendings test is checking for crlf line endings and warns about them.
15
# This must be specified as a .gitattribute to prevent git updating it to be LF on commit.
16
/moodle/Tests/fixtures/generic_files_lineendings.php eol=crlf
0 commit comments