From 5bc1e63756cae6974430f1e6cf1a4d5e88f5b9cc Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:19:10 +0900 Subject: Initial commit --- .zed/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zed/settings.json (limited to '.zed/settings.json') diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..79eee0a --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,5 @@ +{ + "agent": { + "allowed_paths": ["."] + } +} -- cgit v1.2.3-54-g00ecf