We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7e5ca commit d15231dCopy full SHA for d15231d
clean.sh
@@ -1,6 +1,5 @@
1
#!/bin/sh
2
find ./vendor -type d | xargs rm -rf
3
find ./.git -type d | xargs rm -rf
4
-find ./demo -type d | xargs rm -rf
5
find ./composer.lock | xargs rm -rf
6
find ./clean.sh | xargs rm -rf
0 commit comments