Unverified Commit 32d57ba2 authored by Michael Dyrynda's avatar Michael Dyrynda
Browse files

add .gitattributes file to ignore paths when exporting

No related merge requests found
Showing with 9 additions and 0 deletions
+9 -0
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# This way, the files would be available in the repository but it would not be downloaded when the package is required by another project.
/.github export-ignore
/.gitignore export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment