Add .cpcache and target to .dockerignore (#1094)

These can leak host env stuff into Docker build context and break things
This commit is contained in:
Wes Morgan 2021-12-06 15:06:29 -07:00 committed by GitHub
parent e703669c79
commit 347816820c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,3 +15,5 @@ CHANGES.md
Dockerfile
LICENSE
README.md
.cpcache/
target/