From 35f19b1100adb666de528f22adf6b3a50b34e861 Mon Sep 17 00:00:00 2001 From: FujioIkufumi Date: Thu, 2 Jul 2026 12:10:08 +0900 Subject: [PATCH 1/2] Update greeting message in index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 82966e27a..aea5a3d51 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,3 @@ Date: Thu, 2 Jul 2026 12:27:53 +0900 Subject: [PATCH 2/2] 2026-0702 --- .vscode/settings.json | 5 +++++ index.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..058954976 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "master" + ] +} \ No newline at end of file diff --git a/index.php b/index.php index aea5a3d51..5299d71c1 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,3 @@