docker: Add more files to ignore
Helps with build speed on the local machine #32 - Docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user