mirror of
https://github.com/etiennecollin/unifi-voucher-manager.git
synced 2025-10-23 08:12:15 +00:00
fix: dockerignore were not used
This commit is contained in:
@@ -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/**
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
target
|
|
||||||
README.md
|
|
||||||
|
|
||||||
.dockerignore
|
|
||||||
.gitignore
|
|
@@ -1,7 +0,0 @@
|
|||||||
node_modules
|
|
||||||
npm-debug.log
|
|
||||||
README.md
|
|
||||||
.next
|
|
||||||
|
|
||||||
.dockerignore
|
|
||||||
.gitignore
|
|
Reference in New Issue
Block a user