curltastic/.dockerignore
2026-09-08 02:16:58 +00:00

23 lines
415 B
Plaintext

# Allow only the files required by the two builds. No credentials or host dependencies.
**
!Dockerfile
!docker/
!docker/nginx.conf
!frontend/
!frontend/package.json
!frontend/package-lock.json
!frontend/tsconfig.json
!frontend/index.html
!frontend/src/
!frontend/src/**
!frontend/public/
!frontend/public/**
!backend/
!backend/Cargo.toml
!backend/Cargo.lock
!backend/src/
!backend/src/**
**/.env*
**/*.pem
**/*.key