Преглед изворни кода

RHL-005-feat(docker): add .dockerignore to exclude env files and build outputs

Code_Uwe пре 2 дана
родитељ
комит
82b73c21b1
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      .dockerignore

+ 14 - 0
.dockerignore

@@ -0,0 +1,14 @@
+# env files (never bake secrets into images)
+.env*
+!.env*.example
+
+# dependencies / build output
+node_modules
+.next
+coverage
+.git
+.DS_Store
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log*