1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 03:34:23 +01:00
gitignore/CodeIgniter.gitignore
2016-05-27 15:46:19 -03:00

15 lines
285 B
Plaintext

*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess
#codeigniter 3
application/cache/*
!application/cache/index.html
!application/cache/.htaccess
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/