fix dockerignore

This commit is contained in:
Yevhen Sosna 2025-04-02 19:23:41 +02:00
parent 94e65b667f
commit e83a7bfe7d
No known key found for this signature in database
GPG key ID: F1AF5A3E48AEFF7F

View file

@ -1,9 +1,6 @@
# exclude hidden dirs .git etc.
.*
*.iml
gradle
src
# exclude build binaries
build/*
# except files for docker
!build/docker
!build/docker
.git/*
.env