aboutsummaryrefslogtreecommitdiffstats
path: root/CodeIgniter.gitignore
blob: 2d3407367523bd571a53d066699eb0db446d084a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*/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/