Wordpress and Git - What folders should I track?
I am configuring Git along with my WP development environment, and I was wondering what should be tracked and what should be ignored. If it makes sense to track plugins and for WP core. Create one repo for both theme plugins?
Common sense would suggest that tracking WP as a whole, is overkill and unuseful, as I am not involved in core development and updates; of course, I want to track my theme/child-theme folder where my work is. Plugins?
So I wonder what is the suggested setup, how many repositories and what to track/ignore
References:
How should I structure a WP website project using git and updating from WP dashboard?
Topic git customization Wordpress
Category Web