docker: Make sure build directories are ignored

#32 - Docker image
pull/33/head
LoveIsGrief 2020-01-14 19:20:11 +01:00
parent b2bd95788d
commit fbe6b53278
No known key found for this signature in database
GPG Key ID: E96D1EDFA05345EB
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
.idea/ .idea/
.git/ .git/
# Build files # Build directories
build/ build/
**/build/
# We execute COPY . . # We execute COPY . .
# Modifying these files would unnecessarily invalidate the build context # Modifying these files would unnecessarily invalidate the build context