We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda9f0 commit 248f696Copy full SHA for 248f696
scripts/clean_project.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+# Deletes known build products, caches, and temporary storage from the project.
4
+# Useful for reclaiming storage space or before archiving.
5
+#
6
+# Run this script from the root of the project.
7
8
+rm -rf .gradle
9
+rm -rf .build
10
+rm -rf build
11
+rm -rf smithy-swift-codegen/build
0 commit comments