diff --git a/ivette/src/dome/template/makefile b/ivette/src/dome/template/makefile
index dee8d3b45167f7a2551ddfccb75dddea58c5438f..a6d1a545eb858fc6a581d4964ed5bb85dc121994 100644
--- a/ivette/src/dome/template/makefile
+++ b/ivette/src/dome/template/makefile
@@ -148,7 +148,6 @@ endif
 .PHONY: dome-templ dome-reboot
 
 DOME_MK_TEMPLATES= \
-	.gitignore \
 	.babelrc \
 	webpack.main.js \
 	webpack.renderer.js \
@@ -164,11 +163,6 @@ dome-reboot:
 
 # Templated files
 
-ifeq ("$(DOME)",".")
-.gitignore:
-	@cp -f $(DOME)/template/git-ignore $@
-endif
-
 .babelrc: $(DOME)/template/update.sh $(DOME)/template/babelrc.json
 	@$^ $@