diff --git a/setup.ts b/setup.ts index c55df43..3cfb871 100644 --- a/setup.ts +++ b/setup.ts @@ -7,8 +7,10 @@ const removeStatefiles = async () => { ".", "-type", "f", + "-o", "-name", "*.tfstate", + "-o", "-name", "*.tfstate.lock.info", "-delete",