Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add .github to export-ignore in .gitattributes#429

Open
sasezaki wants to merge 1 commit intophp-vcr:masterfrom
sasezaki:patch-1
Open

Add .github to export-ignore in .gitattributes#429
sasezaki wants to merge 1 commit intophp-vcr:masterfrom
sasezaki:patch-1

Conversation

@sasezaki
Copy link

Context

currently, the archive targets other than src/ are as follows:

gh api repos/php-vcr/php-vcr/tarball/HEAD | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v src/
.github/
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/
.github/workflows/continuous integration.yml
LICENSE.md
README.md
composer.json

What has been done

  • Add .github to export-ignore

How to test

  • With this PR, The archive targets other than src/ will be as follows:
gh api repos/sasezaki/php-vcr/tarball/patch-1 | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v src/
LICENSE.md
README.md
composer.json

Todo

  • [ ]
  • [ ]

Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant