fix: dockerignore were not used

This commit is contained in:
etiennecollin
2025-08-14 11:14:50 -04:00
parent ec2be36bb2
commit 733094de8f
3 changed files with 16 additions and 19 deletions

View File

@@ -1,8 +1,17 @@
README.md **
.env
compose.yaml
assets
Dockerfile !backend/.cargo/**
.git !backend/src/**
.gitignore !backend/Cargo.lock
!backend/Cargo.toml
!frontend/next-env.d.ts
!frontend/next.config.ts
!frontend/package-lock.json
!frontend/package.json
!frontend/postcss.config.mjs
!frontend/public/**
!frontend/src/**
!frontend/tsconfig.json
!scripts/**

View File

@@ -1,5 +0,0 @@
target
README.md
.dockerignore
.gitignore

View File

@@ -1,7 +0,0 @@
node_modules
npm-debug.log
README.md
.next
.dockerignore
.gitignore