Skip to content

Commit b7d40ec

Browse files
authored
Merge pull request #7 from bordeux/hotfix/fix-ci-cd
fix: Fix CI/CD part 4
2 parents cc44513 + 8bb27e6 commit b7d40ec

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.dockerignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,18 @@ LICENSE
2929
# Release config
3030
.releaserc.json
3131

32-
# Cargo
33-
Cargo.lock
34-
3532
# Editor config
3633
.editorconfig
3734

35+
# Note: Cargo.lock is NOT ignored for binary applications
36+
# It's required for reproducible Docker builds
37+
3838
# Makefile
3939
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

Comments
 (0)