gitignore/CodeIgniter.gitignore
2025-11-13 13:13:52 +03:00

29 lines
489 B
Text

# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*/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/