選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CodeIgniter.gitignore 352B

123456789101112131415161718
  1. */config/development
  2. */logs/log-*.php
  3. !*/logs/index.html
  4. */cache/*
  5. !system/cache/*
  6. !*/cache/index.html
  7. !*/cache/.htaccess
  8. user_guide_src/build/*
  9. user_guide_src/cilexer/build/*
  10. user_guide_src/cilexer/dist/*
  11. user_guide_src/cilexer/pycilexer.egg-info/*
  12. #codeigniter 3
  13. application/logs/*
  14. !application/logs/index.html
  15. !application/logs/.htaccess
  16. /vendor/