Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Sync development-flutter branch with main #9

Merged
merged 2 commits into from
Oct 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 22 additions & 5 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,33 @@ rm -rf ../android/build/
rm -rf ../android/test-app-local-dependency/build/
rm -rf ../android/test-app-maven-central/build/

rm -rf ../react-native/test-app-npm/node_modules
rm -rf ../react-native/test-app-npm/ios/build
rm -rf ../react-native/test-app-npm/ios/Pods
rm -rf ../react-native/test-app-npm/android/.gradle
rm -rf ../react-native/test-app-npm/android/app/build
rm -rf ../flutter/test-app-local-dependency/build
rm -rf ../flutter/test-app-local-dependency/android/.gradle
rm -rf ../flutter/test-app-local-dependency/ios/Pods
rm -rf ../flutter/test-app-local-dependency/macos/Pods
rm -rf ../flutter/test-app-local-dependency/.dart_tool
rm -rf ../flutter/test-app-local-dependency/.packages
rm -rf ../flutter/test-app-local-dependency/.flutter-plugins
rm -rf ../flutter/test-app-local-dependency/.flutter-plugins-dependencies
rm -rf ../flutter/test-app-pub/build
rm -rf ../flutter/test-app-pub/android/.gradle
rm -rf ../flutter/test-app-pub/ios/Pods
rm -rf ../flutter/test-app-pub/macos/Pods
rm -rf ../flutter/test-app-pub/.dart_tool
rm -rf ../flutter/test-app-pub/.packages
rm -rf ../flutter/test-app-pub/.flutter-plugins
rm -rf ../flutter/test-app-pub/.flutter-plugins-dependencies

rm -rf ../react-native/test-app-local-dependency/node_modules
rm -rf ../react-native/test-app-local-dependency/ios/build
rm -rf ../react-native/test-app-local-dependency/ios/Pods
rm -rf ../react-native/test-app-local-dependency/android/.gradle
rm -rf ../react-native/test-app-local-dependency/android/app/build
rm -rf ../react-native/test-app-npm/node_modules
rm -rf ../react-native/test-app-npm/ios/build
rm -rf ../react-native/test-app-npm/ios/Pods
rm -rf ../react-native/test-app-npm/android/.gradle
rm -rf ../react-native/test-app-npm/android/app/build

rm -rf ../ios/test-app-cocoapods/Pods
rm -rf ../ios/test-app-local-dependency/*.framework
Expand Down