Skip to content

Commit

Permalink
Merge pull request #69 from stronk7/apply_for_export_ignore
Browse files Browse the repository at this point in the history
Apply for export-ignore towards better release packages
  • Loading branch information
andrewnicols authored Sep 24, 2023
2 parents ff540d2 + 315f8ed commit f6290f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Ignore all these files for release packages.
# Using Composer `--prefer-dist` will not include these files.
# Use `--prefer-source` to include them.
# See https://blog.madewithlove.be/post/gitattributes/
.gitattributes export-ignore
.gitignore export-ignore
.phplint.yml export-ignore
CHANGELOG.md export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
/.github export-ignore
/moodle/Tests export-ignore

# The generic_files_linendings test is checking for crlf line endings and warns about them.
# This must be specified as a .gitattribute to prevent git updating it to be LF on commit.
/moodle/Tests/fixtures/generic_files_lineendings.php eol=crlf

0 comments on commit f6290f6

Please sign in to comment.