From f15d7074131ae2dd5250c3a05f4cbef0e525a995 Mon Sep 17 00:00:00 2001 From: Toto Date: Thu, 10 Jul 2025 10:33:29 +0700 Subject: [PATCH] fix: update .gitignore for writable/debugbar --- admin/framework/.gitignore | 2 +- admin/starter/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/framework/.gitignore b/admin/framework/.gitignore index e24e7ce497d1..87e86b93bd42 100644 --- a/admin/framework/.gitignore +++ b/admin/framework/.gitignore @@ -61,7 +61,7 @@ writable/uploads/* !writable/uploads/index.html writable/debugbar/* -!writable/debugbar/.gitkeep +!writable/debugbar/index.html php_errors.log diff --git a/admin/starter/.gitignore b/admin/starter/.gitignore index e24e7ce497d1..87e86b93bd42 100644 --- a/admin/starter/.gitignore +++ b/admin/starter/.gitignore @@ -61,7 +61,7 @@ writable/uploads/* !writable/uploads/index.html writable/debugbar/* -!writable/debugbar/.gitkeep +!writable/debugbar/index.html php_errors.log