Parcourir la source

ci: add .dockerignore to exclude env files

Qian (Keven) Li il y a 1 an
Parent
commit
93cee18300
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .dockerignore

+ 8 - 0
.dockerignore

@@ -0,0 +1,8 @@
+# local env files
+.env*.local
+
+# docker-compose env files
+.env
+
+*.key
+*.key.pub