Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
minor #1221 Update .gitattributes to remove tests from "dist" (barryvdh)
Browse files Browse the repository at this point in the history
This PR was merged into the 6.2-dev branch.

Discussion
----------

Update .gitattributes to remove tests from "dist"

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| Doc update?   | no
| BC breaks?    | no
| Deprecations? | no
| Fixed tickets | #268 #804 #839
| License       | MIT

This was proposed many times before, but considering symfony/symfony#33579 is now merged, I propose this again. I refer to that issue as for the reasoning, as it applies here also.

Commits
-------

e5e0ce0 Update .gitattributes
  • Loading branch information
fabpot committed Feb 11, 2020
2 parents 6484964 + e5e0ce0 commit 4bd0e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
*.priv -crlf
*.txt -crlf

# ignore /notes in the git-generated distributed .zip archive
# ignore directories in the git-generated distributed .zip archive
/doc/notes export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit 4bd0e79

Please sign in to comment.