mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
12 lines
150 B
Bash
Executable File
12 lines
150 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
shopt -s globstar
|
|
|
|
rm -rf **/build
|
|
rm -rf **/android
|
|
rm -rf **/ios
|
|
rm -rf **/web
|
|
rm -rf **/macos
|
|
rm -rf **/test
|
|
rm -rf **/.dart_tool
|