Gitignore CodeIgniter
Before I put my very first (CodeIgniter) application on Github, I have a
question about the CodeIgniter .gitignore file (see below). I do not have
a development directory in my config directory. Can I just .gitignore
*/config/* instead? What is the importance of the development directory in
the config directory?
*/config/development
*/logs/log-*.php
*/logs/!index.html
*/cache/*
*/cache/!index.html
No comments:
Post a Comment