bbone/.gitignore
2022-12-16 00:23:18 +05:30

12 lines
184 B
Plaintext

*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess
#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
vendor