summaryrefslogtreecommitdiff
path: root/gitignore/CodeIgniter.gitignore
blob: bfea17cdc5bbbcf74bb6b4ee9e88669154b19143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess

user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*

#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/