mirror of https://github.com/zlatinb/muwire
docker: Add more files to ignore
Helps with build speed on the local machine #32 - Docker imagepull/33/head
parent
f7caa77a18
commit
a7bdd47fcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue