craftcms / craft

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

Add config-backups to storage .gitignore #35

Closed timeverts closed 5 years ago

timeverts commented 5 years ago

Now Craft 3.1 is out, please add the config-backups folder to the .gitignore file in the storage directory.

brandonkelly commented 5 years ago

Thanks for the reminder!

That won’t help any existing Craft 3 installs though, so as of Craft 3.1.2 it will start creating a .gitignore file right in the storage/config-backups/ folder, telling Git to ignore every other file in there (similar to the one in storage/runtime/).