Add some clean targets that are already in the .gitignore (#7079)

This commit is contained in:
Eric Van Norman 2020-04-14 10:21:29 -05:00 committed by GitHub
parent 6128a400a8
commit fb1d9fca91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ opt:
@scripts/opt_site.sh
clean:
@rm -fr resources .htmlproofer tmp generated public
@rm -fr resources .htmlproofer tmp generated public out samples install go tests/integration/
lint: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
@scripts/lint_site.sh