2 parents cc44513 + 8bb27e6 commit b7d40ecCopy full SHA for b7d40ec
1 file changed
.dockerignore
@@ -29,11 +29,18 @@ LICENSE
29
# Release config
30
.releaserc.json
31
32
-# Cargo
33
-Cargo.lock
34
-
35
# Editor config
36
.editorconfig
37
+# Note: Cargo.lock is NOT ignored for binary applications
+# It's required for reproducible Docker builds
+
38
# Makefile
39
Makefile.toml
40
41
+# Node.js (not needed in Docker)
42
+node_modules/
43
+package.json
44
+package-lock.json
45
+.commitlintrc.json
46
+.husky/
0 commit comments