forkbb/.gitignore

16 lines
262 B
Text
Raw Normal View History

2018-09-12 13:40:20 +00:00
/.htaccess
/index.php
/app/config/main.php
2018-01-06 15:18:36 +00:00
/app/config/_*
2021-12-13 13:06:06 +00:00
/app/config/db/*
/app/cache/**/*.php
/app/cache/**/*.lock
2023-05-14 14:44:55 +00:00
/app/cache/**/*.tmp
2021-02-17 12:04:58 +00:00
/app/log/*
2017-10-03 14:13:21 +00:00
/public/img/avatars/*
2018-09-12 13:40:20 +00:00
/public/.htaccess
/public/index.php
2021-02-17 12:04:58 +00:00
!.gitkeep
2023-07-08 09:53:24 +00:00
/public/upload/**/*
!/public/upload/index.html