Skip to content

Commit

Permalink
Merge pull request #7937 from totoprayogo1916/dont-ignore-gitkeep
Browse files Browse the repository at this point in the history
don't ignore `.gitkeep` in `writable/debugbar`
  • Loading branch information
kenjis authored Sep 14, 2023
2 parents 83ed1a8 + 79716a2 commit 6782b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/framework/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ writable/uploads/*
!writable/uploads/index.html

writable/debugbar/*
!writable/debugbar/.gitkeep

php_errors.log

Expand Down
1 change: 1 addition & 0 deletions admin/starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ writable/uploads/*
!writable/uploads/index.html

writable/debugbar/*
!writable/debugbar/.gitkeep

php_errors.log

Expand Down

0 comments on commit 6782b03

Please sign in to comment.