This commit is contained in:
2025-12-09 19:43:57 +09:00
parent 233f502d15
commit 28d7592b20

7
.gitignore vendored
View File

@@ -66,6 +66,13 @@ writable/uploads/*
writable/debugbar/* writable/debugbar/*
!writable/debugbar/index.html !writable/debugbar/index.html
# Ignore writable but keep directory structure
!/writable/logs/.gitkeep
!/writable/cache/.gitkeep
!/writable/session/.gitkeep
!/writable/debugbar/.gitkeep
!/writable/uploads/.gitkeep
php_errors.log php_errors.log
#------------------------- #-------------------------