feat: add .dockerignore to exclude build artifacts, dependencies, and sensitive files from Docker image

This commit is contained in:
2025-12-26 01:45:20 +01:00
parent 1bacb454fa
commit 19434cc71a

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
target/
node_modules/
.git/
.fastembed_cache/
*.db
*.db-shm
*.db-wal
k-notes-frontend/
dist/
.env