diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:40:47 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:40:47 +0900 |
commit | 8ea3f2205116984f5196ea61b5bf11a7c0f165ff (patch) | |
tree | c650e969a2fcc5b2246b466bf493ac0058c8d41d /.gitignore | |
parent | 4dc55e673f95418384bed1adf973ed377840d475 (diff) |
Add .gitignore, package.json, action.yml, and generateJson.js files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |