thepurpleblob Posted November 15, 2018 Posted November 15, 2018 What's the thinking behind 'site' being in .gitignore? Is the thinking that someone developing their own site (which must be pretty much everybody) will have just 'site' in a separate git repository for version control? Or am I missing something...
Ivan Gretsky Posted November 15, 2018 Posted November 15, 2018 Please post all .gitignore contents so we can guess better.
LostKobrakai Posted November 15, 2018 Posted November 15, 2018 The .gitignore is meant for the processwire project a.k.a. core development. For your own projects you'll need to change it to accomodate your needs. 1
thepurpleblob Posted November 15, 2018 Author Posted November 15, 2018 Ivan - I was just talking about the .gitignore 'as shipped'. Lost - that makes sense. Thanks. I just had a(nother) moment of self-doubt.
Recommended Posts