Skip to content

Commit d15231d

Browse files
committed
update clean script
1 parent 5d7e5ca commit d15231d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clean.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
22
find ./vendor -type d | xargs rm -rf
33
find ./.git -type d | xargs rm -rf
4-
find ./demo -type d | xargs rm -rf
54
find ./composer.lock | xargs rm -rf
65
find ./clean.sh | xargs rm -rf

0 commit comments

Comments
 (0)