From c131fac4298640c2842b849c9c9b2c2f31325a10 Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Thu, 16 Mar 2023 06:05:31 -0700 Subject: [PATCH] chore: make check.sh be executable and update gitignore (#1648) --- .gitignore | 2 ++ scripts/check.sh | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 scripts/check.sh diff --git a/.gitignore b/.gitignore index 6f1f1a70c0f4..c83c90453374 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ dist/ # env files for backends .env +incubator-opendal-release-verify + # profiling flamegraph.svg perf.* diff --git a/scripts/check.sh b/scripts/check.sh old mode 100644 new mode 100755