facebook twitter hatena line email

Php/codeigniter/.gitignore

提供: 初心者エンジニアの簡易メモ
2024年11月1日 (金) 00:50時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==.gitignore生成== gibo dump CodeIgniter > .gitignore 以下が生成される .gitignore <pre> ### Generated by gibo (https://github.com/simonwhitaker/gibo) ### htt...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

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