From f3bb799227d8c54753873a1fef16c326df6c4270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 31 Oct 2016 14:42:02 +0000 Subject: [PATCH] clean ignored files --- cloudapi-graphql/Makefile | 1 + frontend/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/cloudapi-graphql/Makefile b/cloudapi-graphql/Makefile index e5787eb2..a5bb2b0c 100644 --- a/cloudapi-graphql/Makefile +++ b/cloudapi-graphql/Makefile @@ -15,6 +15,7 @@ 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 5915ab92..8af067ed 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -15,6 +15,7 @@ install-production: compile clean .PHONY: clean clean: @rm -rf node_modules + @git clean -X -f .PHONY: test test: