* Added debugbar to ignore files.
All checks were successful
Build docker image / build_docker_image (push) Successful in 5m33s

This commit is contained in:
2025-10-13 13:50:30 +02:00
parent f1b75b8991
commit 5e258e26ea
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ src/postcss.config.js
src/package-lock.json
src/storage/*.key
src/storage/pail
src/storage/debugbar
!src/storage/avatars/_*.svg
volumes/
.git/

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
/public/storage
/storage/*.key
/storage/pail
/storage/debugbar
!/storage/avatars/_*.svg
/vendor
.env