最初の (CodeIgniter) アプリケーションを Github に置く前に、CodeIgniter .gitignoreファイル (以下を参照) について質問があります。config ディレクトリに開発ディレクトリがありません。.gitignore
*/config/*
代わりに私はできますか?config ディレクトリ内の development ディレクトリの重要性は何ですか?
*/config/development
*/logs/log-*.php
*/logs/!index.html
*/cache/*
*/cache/!index.html