Skip to content

Setup .gitattributes - in order to exclude tests and other dev files from dist - #7

Open
sasezaki wants to merge 1 commit into
masterfrom
patch-gitattributes
Open

Setup .gitattributes - in order to exclude tests and other dev files from dist#7
sasezaki wants to merge 1 commit into
masterfrom
patch-gitattributes

Conversation

@sasezaki

@sasezaki sasezaki commented May 4, 2026

Copy link
Copy Markdown
Owner

Current archive targets are as follows,

composer.json
doc/
doc/architecture-explain/
doc/architecture-explain/ClosureOnlyDispatcher.php
doc/architecture-explain/sample-run.php
.gitignore
phpcs.xml
phpunit.xml
README.md
tests/
tests/Bootstrap.php
tests/DispatcherTest.php
tests/_files/
tests/_files/views/
tests/_files/views/test.phtml
tests/Router/
tests/Router/StringRouterTest.php
tests/View/
tests/View/Templating/
tests/View/Templating/TemplatePathResolverTest.php
tests/View/Templating/TemplatingViewTest.php
.travis.yml

With this PR, the archive targets will be as follows:

.gitignore
composer.json
How to check
gh api repos/sasezaki/Backbeard/tarball/HEAD | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v '^src/' | sort

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