-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Some released .dotfiles create issues when managing the plugin with git #350
Comments
I can remove it, but can you detail a bit more how it's affecting you? |
Hi, sure. |
I've suggested the PR #351 to fix this :) |
Well, I generally want to keep the dev files on the w.org svn repo as it's essentially an archive of open source, and educational. The .gitignore isn't particularly important to include though
Can you explain this a bit more and how it affects you? Is it breaking something? |
Is preventing including the |
Ah, so you're checking in plugins into git? I'd suggest using composer to manage them if possible rather than tracking them. Regardless, we can remove the |
Yes, I understand, using composer is a good alternative, still not viable for all situations. |
Thanks for this great plugin :)
While managing plugin updates through git, I've found a problem.
The plugin released in WordPress.org includes development files.
For example, the .gitignore prevents to upload the build subfolder, that is essencial for the plugin to be used.
The .gitignore is important to the Git repo, but it's better to not deploy it to .org.
The text was updated successfully, but these errors were encountered: