mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
Add fig.egg-info to clean script
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
find . -type f -name '*.pyc' -delete
|
||||
rm -rf docs/_site build dist
|
||||
rm -rf docs/_site build dist fig.egg-info
|
||||
|
||||
Reference in New Issue
Block a user