13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
# Dot directories
|
|
.gradle/
|
|
.idea/
|
|
.git/
|
|
|
|
# Build directories
|
|
build/
|
|
**/build/
|
|
|
|
# We execute COPY . .
|
|
# Modifying these files would unnecessarily invalidate the build context
|
|
Dockerfile
|