Initial commit
commit
1ab4fec527
@ -0,0 +1,20 @@
|
|||||||
|
# ---> 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/
|
||||||
|
|
Loading…
Reference in New Issue