build: fix .dockerignore file (#800)

This commit is contained in:
Matri
2023-08-11 18:19:44 +08:00
committed by GitHub
parent fc7e4ac75b
commit 220f7c81e9
2 changed files with 34 additions and 1 deletions

View File

@ -1,2 +1,11 @@
.env
storage/privkeys/*
*.env.*
storage/privkeys/*
# Logs
logs
*.log*
# jetbrains
.idea