* Added debugbar to ignore files.
All checks were successful
Build docker image / build_docker_image (push) Successful in 5m33s
All checks were successful
Build docker image / build_docker_image (push) Successful in 5m33s
This commit is contained in:
@@ -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
1
.gitignore
vendored
@@ -5,6 +5,7 @@
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/storage/debugbar
|
||||
!/storage/avatars/_*.svg
|
||||
/vendor
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user