gitignore/CodeIgniter.gitignore
2016-06-03 20:58:13 -03:00

13 lines
207 B
Plaintext

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