Files
scan-receipts/.dockerignore

24 lines
416 B
Plaintext

node_modules
.next
# A separate native iOS project lives at the repository-root `app/` path.
# Next.js gives root `app/` precedence over `src/app/`, even when it contains
# no web routes, so it must not enter the web image build context.
/app/
.git
.agents
.vscode
.idea
*.log
.env
.env.local
.env*.local
build_err.txt
npm-debug.log*
tests
drizzle
*.tsbuildinfo
Dockerfile
docker-compose.yml
.dockerignore
README.md