Ignore `nodes/*.json`:

```
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 vendor
 *.swp
 .bundle/
-nodes/1*.json
+nodes/*.json
```
This commit is contained in:
Kazuhiro MUSASHI 2022-08-06 21:25:24 +09:00
parent 1ef33bd0c9
commit e46264453c
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
vendor
*.swp
.bundle/
nodes/1*.json
nodes/*.json