craftcms / craft

Composer starter project for Craft CMS.
https://craftcms.com
BSD Zero Clause License
188 stars 91 forks source link

What are the Craft 3.5 craft/config/project gitignore recommendations? #60

Closed jonasarts closed 3 years ago

jonasarts commented 4 years ago

On upgrading from Craft 3.4 to 3.5 I've got many folders and yaml's (alongside the craft/config/project/project.yaml). Can they be put to .gitignore or what are the recommendations for updating .gitignore on upgrade? (F.ex. I manually upgraded the craft/storage .gitignore file on the 3.5 upgrade.)

jonasarts commented 4 years ago

And how do I remove the "bug" label here? (Sorry for that.)

ostark commented 4 years ago

Project Config files are expected to be under version control. @jonasarts

lukeholder commented 3 years ago

The answers to these questions are found here: https://craftcms.com/docs/3.x/project-config.html#what-s-stored-in-project-config

Thanks!