From 8ea3f2205116984f5196ea61b5bf11a7c0f165ff Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 00:40:47 +0900 Subject: Add .gitignore, package.json, action.yml, and generateJson.js files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc40b57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +DS_Store +graphdata.json -- cgit