瀏覽代碼

add clean script to delete binary files

Taner Sener 6 年之前
父節點
當前提交
b4c59b9ef0
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      example/clean.sh

+ 4 - 0
example/clean.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+rm -rf build 
+rm -rf ios/Pods