git clean is no longer necessary

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2024-06-24 16:13:15 +02:00 committed by GitHub
parent 1858fc90e1
commit 889a378f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,3 @@ mv crates/roc_std $1/crates
mv crates/compiler/builtins/bitcode/src $1/crates/compiler/builtins/bitcode
tar -czvf "$1.tar.gz" $1
# delete unnecessary files and folders
git clean -fdx --exclude $1.tar.gz