30 lines
561 B
Plaintext
30 lines
561 B
Plaintext
# ---> CodeIgniter
|
|
*/config/development
|
|
*/logs/log-*.php
|
|
!*/logs/index.html
|
|
*/cache/*
|
|
!system/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/
|
|
|
|
#codeigniter4
|
|
.env
|
|
writeable/*
|
|
!writeable/.htaccess
|
|
!writeable/index.html
|
|
!writeable/caceh/index.html
|
|
!writeable/logs/index.html
|
|
!writeable/session/index.html
|
|
!writeable/uploads/index.html
|