We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like all development to happen in the zenstruck/filesystem mono-repo but have sub-tree splits for the following packages:
zenstruck/filesystem
zenstruck/filesysystem-doctrine
src/Filesystem/Doctrine
zenstruck/filesysystem-bundle
src/Filesystem/Symfony
zenstruck/filesysystem-twig
src/Filesystem/Twig
zenstruck/filesysystem-test
src/Filesystem/Test
zenstruck/filesysystem-glide
src/Filesystem/Glide
zenstruck/filesysystem-archive
src/Filesystem/Archive
zenstruck/filesysystem-events
src/Filesystem/Event
The above packages would all depend on zenstruck/filesystem which points to the monorepo but uses .gitattributes to remove the above directories.
.gitattributes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like all development to happen in the
zenstruck/filesystem
mono-repo but have sub-tree splits for the following packages:zenstruck/filesysystem-doctrine
:src/Filesystem/Doctrine
zenstruck/filesysystem-bundle
:src/Filesystem/Symfony
zenstruck/filesysystem-twig
:src/Filesystem/Twig
zenstruck/filesysystem-test
:src/Filesystem/Test
zenstruck/filesysystem-glide
:src/Filesystem/Glide
zenstruck/filesysystem-archive
:src/Filesystem/Archive
(required dir restructure)zenstruck/filesysystem-events
:src/Filesystem/Event
The above packages would all depend on
zenstruck/filesystem
which points to the monorepo but uses.gitattributes
to remove the above directories.The text was updated successfully, but these errors were encountered: