Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CodeIgniter.gitignore 336B

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