* 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/package-lock.json
|
||||||
src/storage/*.key
|
src/storage/*.key
|
||||||
src/storage/pail
|
src/storage/pail
|
||||||
|
src/storage/debugbar
|
||||||
!src/storage/avatars/_*.svg
|
!src/storage/avatars/_*.svg
|
||||||
volumes/
|
volumes/
|
||||||
.git/
|
.git/
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@
|
|||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
/storage/pail
|
/storage/pail
|
||||||
|
/storage/debugbar
|
||||||
!/storage/avatars/_*.svg
|
!/storage/avatars/_*.svg
|
||||||
/vendor
|
/vendor
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user