forkbb/.gitignore

20 lines
331 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/config/ext/*
/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/*
2023-10-12 14:07:21 +00:00
/ext/*
2017-10-03 14:13:21 +00:00
/public/img/avatars/*
2023-08-10 15:39:00 +00:00
/public/img/og/*
2018-09-12 13:40:20 +00:00
/public/.htaccess
/public/index.php
2023-07-08 09:53:24 +00:00
/public/upload/**/*
2023-08-15 15:47:22 +00:00
/public/style/ForkBB_old/*
2023-07-08 09:53:24 +00:00
!/public/upload/index.html
2023-08-10 15:39:00 +00:00
!.gitkeep