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 2372624 commit 5d7e5caCopy full SHA for 5d7e5ca
clean.sh
@@ -0,0 +1,6 @@
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