This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
docker-compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add docs, build and dist to clean script
Ben Firshman
11 years ago
parent
52f994cf04
commit
8251dec587
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
script/clean
+ 1
- 1
script/clean
View File
@@ -1,3 +1,3 @@
#!/bin/sh
find . -type f -name '*.pyc' -delete
-
+
rm -rf docs/_site build dist