This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6580c5609c
compose
/
script
/
clean
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some helpful scripts
2013-12-20 22:32:41 +01:00
#!/bin/sh
find . -type f -name '*.pyc' -delete
Add fig.egg-info to clean script Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-07-14 20:34:02 +02:00
rm -rf docs/_site build dist fig.egg-info