mirror of https://github.com/docker/docs.git
Update directories to ignore/cleanup
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
fbbc9498ae
commit
3bbc3f5a25
|
|
@ -1,6 +1,7 @@
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
tests
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
_site
|
_site
|
||||||
|
|
|
||||||
|
|
@ -92,5 +92,3 @@ wget --quiet --directory-prefix=./registry/ "https://raw.git
|
||||||
|
|
||||||
# Remove things we don't want in the build
|
# Remove things we don't want in the build
|
||||||
rm ./registry/spec/api.md.tmpl
|
rm ./registry/spec/api.md.tmpl
|
||||||
rm -rf ./apidocs/cloud-api-source
|
|
||||||
rm -rf ./tests
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue