From 7712d205232f12a2f4ea6b229975bdd42db77527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 31 Oct 2016 15:18:31 +0000 Subject: [PATCH] Revert "clean ignored files" This reverts commit f3bb799227d8c54753873a1fef16c326df6c4270. --- cloudapi-graphql/Makefile | 1 - frontend/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/cloudapi-graphql/Makefile b/cloudapi-graphql/Makefile index a5bb2b0c..e5787eb2 100644 --- a/cloudapi-graphql/Makefile +++ b/cloudapi-graphql/Makefile @@ -15,7 +15,6 @@ install-production: .PHONY: clean clean: @rm -rf node_modules - @git clean -X -f .PHONY: test test: diff --git a/frontend/Makefile b/frontend/Makefile index 8af067ed..5915ab92 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -15,7 +15,6 @@ install-production: compile clean .PHONY: clean clean: @rm -rf node_modules - @git clean -X -f .PHONY: test test: