docker: Add more files to ignore

Helps with build speed on the local machine

#32 - Docker image
pull/33/head
LoveIsGrief 2020-01-14 17:00:07 +01:00
parent f7caa77a18
commit a7bdd47fcd
No known key found for this signature in database
GPG Key ID: E96D1EDFA05345EB
1 changed files with 7 additions and 0 deletions

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