forkbb/.gitignore
2023-07-08 16:53:24 +07:00

15 lines
262 B
Text

/.htaccess
/index.php
/app/config/main.php
/app/config/_*
/app/config/db/*
/app/cache/**/*.php
/app/cache/**/*.lock
/app/cache/**/*.tmp
/app/log/*
/public/img/avatars/*
/public/.htaccess
/public/index.php
!.gitkeep
/public/upload/**/*
!/public/upload/index.html