docker: Add more files to ignore

Helps with build speed on the local machine

#32 - Docker image
This commit is contained in:
2020-01-14 17:00:07 +01:00
parent f7caa77a18
commit a7bdd47fcd

View File

@@ -1,4 +1,11 @@
# Dot directories
.gradle/
.idea/
.git/
# Build files
build/
# We execute COPY . .
# Modifying these files would unnecessarily invalidate the build context
Dockerfile