Hangar/.dockerignore

12 lines
280 B
Plaintext
Raw Normal View History

2022-10-23 21:21:14 +08:00
# Frontend - ignore everything, except:
frontend/
!frontend/package.json
!frontend/proxy.config.ts
!frontend/pnpm-lock.yaml
!frontend/dist/
!frontend/node_modules/
!frontend/server/package.json
!frontend/server/pnpm-lock.yaml
!frontend/server/dist/
!frontend/server/node_modules/