Php/codeigniter/.gitignore
提供: 初心者エンジニアの簡易メモ
.gitignore生成
gibo dump CodeIgniter > .gitignore
以下が生成される
.gitignore
### Generated by gibo (https://github.com/simonwhitaker/gibo) ### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/CodeIgniter.gitignore */config/development */logs/log-*.php !*/logs/index.html */cache/* !system/cache/* !*/cache/index.html !*/cache/.htaccess user_guide_src/build/* user_guide_src/cilexer/build/* user_guide_src/cilexer/dist/* user_guide_src/cilexer/pycilexer.egg-info/* #codeigniter 3 application/logs/* !application/logs/index.html !application/logs/.htaccess /vendor/