2020-01-14 17:00:07 +01:00
|
|
|
# Dot directories
|
2020-01-14 01:09:39 +01:00
|
|
|
.gradle/
|
|
|
|
.idea/
|
|
|
|
.git/
|
2020-01-14 17:00:07 +01:00
|
|
|
|
2020-01-14 19:20:11 +01:00
|
|
|
# Build directories
|
2020-01-14 17:00:07 +01:00
|
|
|
build/
|
2020-01-14 19:20:11 +01:00
|
|
|
**/build/
|
2020-01-14 17:00:07 +01:00
|
|
|
|
|
|
|
# We execute COPY . .
|
|
|
|
# Modifying these files would unnecessarily invalidate the build context
|
2020-01-14 01:09:39 +01:00
|
|
|
Dockerfile
|