facebook twitter hatena line email

「Php/codeigniter/.gitignore」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==.gitignore生成== gibo dump CodeIgniter > .gitignore 以下が生成される .gitignore <pre> ### Generated by gibo (https://github.com/simonwhitaker/gibo) ### htt...」)
 
(相違点なし)

2024年11月1日 (金) 00:50時点における最新版

.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/