From b3b8a1de9daa0c3ec550b781ae8563edf7a420e2 Mon Sep 17 00:00:00 2001 From: barkstone Date: Mon, 9 Dec 2024 21:17:12 +0900 Subject: [PATCH] chore: Update gitignore to include copied data.json --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f5c4bf..32a7be8 100644 --- a/.gitignore +++ b/.gitignore @@ -29,5 +29,5 @@ react-app/public/html/* react-app/public/sources # Obsidian Plugin -data.json +/data.json main.js \ No newline at end of file