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