diff .dockerignore @ 9722:810ab0eb0d4b 3.2.x

Fix ignoring h2 databases and map files in docker build
author Tom Gottfried <tom@intevation.de>
date Fri, 25 Feb 2022 12:15:29 +0100
parents 537fe44f2792
children da398790fa32
line wrap: on
line diff
--- a/.dockerignore	Thu Feb 24 18:52:12 2022 +0100
+++ b/.dockerignore	Fri Feb 25 12:15:29 2022 +0100
@@ -1,5 +1,5 @@
 */target
-*.h2.db
-*.lock.db
-*.trace.db
-*.map
+**/*.h2.db
+**/*.lock.db
+**/*.trace.db
+**/*.map

http://dive4elements.wald.intevation.org