gitignore/CodeIgniter.gitignore

15 lines
285 B
Plaintext
Raw Normal View History

*/config/development
*/logs/log-*.php
2015-04-27 12:53:12 +02:00
!*/logs/index.html
*/cache/*
2015-04-27 12:53:12 +02:00
!*/cache/index.html
!*/cache/.htaccess
2016-05-27 20:46:19 +02:00
#codeigniter 3
application/cache/*
!application/cache/index.html
!application/cache/.htaccess
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/