properly set up .dockerignore

This commit is contained in:
Willy Kloucek
2021-03-24 14:48:10 +01:00
parent a7f0bac2a0
commit 4e224e6304

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
.bingo
!.bingo/*.mod
!.bingo/Variables.mk
**/.git
**/bin
docs
**/node_modules