Skip to content
New issue

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

Move files related to development to separate branch #72

Open
allanpaiste opened this issue Feb 24, 2021 · 2 comments
Open

Move files related to development to separate branch #72

allanpaiste opened this issue Feb 24, 2021 · 2 comments

Comments

@allanpaiste
Copy link
Contributor

The plugin currently includes quite a many files that are only needed for development which end up being installed to every project that uses the plugin.

Create a new branch (develop) that would include those files that a person developing the module could git checkout develop when setting up the development environment.

@hostep
Copy link
Contributor

hostep commented Feb 25, 2021

Isn't the .gitattributes file a possible solution for this? Never tried it before, but I think it may be able to accomplish what you want: https://php.watch/articles/composer-gitattributes

@allanpaiste
Copy link
Contributor Author

Oh yes! Was not aware of that and it seems to indeed be exactly what is needed :) Would take away the need to to all that branching :3 Thanks!

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

No branches or pull requests

2 participants