Listory/.dockerignore

25 lines
420 B
Text
Raw Normal View History

# Ignore all and then selectivly allow
**/*
2020-02-01 16:11:48 +01:00
# api
!package.json
!package-lock.json
!nest-cli.json
!tsconfig.build.json
!tsconfig.json
!src/**/*
# frontend
!frontend/.env.production
!frontend/package.json
!frontend/package-lock.json
!frontend/postcss.config.js
!frontend/tailwind.config.js
!frontend/tsconfig.json
!frontend/vite.config.js
!frontend/index.html
!frontend/*.d.ts
!frontend/src/**/*
!frontend/public/**/*