mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 21:40:00 +08:00
8 lines
117 B
Bash
8 lines
117 B
Bash
|
#!/bin/sh
|
||
|
rm -rf .hvigor
|
||
|
rm -rf .idea
|
||
|
rm -rf oh_modules
|
||
|
rm -rf entry/.cxx
|
||
|
rm -rf entry/build
|
||
|
rm -rf entry/oh_modules
|