clean ignored files

This commit is contained in:
Sérgio Ramos 2016-10-31 14:42:02 +00:00
parent 7661a34b27
commit f3bb799227
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ install-production:
.PHONY: clean
clean:
@rm -rf node_modules
@git clean -X -f
.PHONY: test
test:

View File

@ -15,6 +15,7 @@ install-production: compile clean
.PHONY: clean
clean:
@rm -rf node_modules
@git clean -X -f
.PHONY: test
test: