Commit Graph

4 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI e46264453c Ignore `nodes/*.json`:
```
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 vendor
 *.swp
 .bundle/
-nodes/1*.json
+nodes/*.json
```
2022-08-06 21:25:30 +09:00
Kazuhiro MUSASHI c638d97a55 Manage `node` example json under `git`. 2022-07-03 21:46:04 +09:00
Kazuhiro MUSASHI 164011e5a4 `nodes/`ディレクトリをgitの管理外にする 2019-08-10 19:05:13 +08:00
Kazuhiro MUSASHI 39fbe6669b initial commit 2019-03-03 16:50:49 +08:00