Skip to content

Commit f6290f6

Browse files
authored
Merge pull request #69 from stronk7/apply_for_export_ignore
Apply for export-ignore towards better release packages
2 parents ff540d2 + 315f8ed commit f6290f6

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
@@ -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+
114
# The generic_files_linendings test is checking for crlf line endings and warns about them.
215
# This must be specified as a .gitattribute to prevent git updating it to be LF on commit.
316
/moodle/Tests/fixtures/generic_files_lineendings.php eol=crlf

0 commit comments

Comments
 (0)