mirror of https://github.com/istio/istio.io.git
Add some clean targets that are already in the .gitignore (#7079)
This commit is contained in:
parent
6128a400a8
commit
fb1d9fca91
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue