Ignore `nodes/*.json`:
``` --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ vendor *.swp .bundle/ -nodes/1*.json +nodes/*.json ```
This commit is contained in:
parent
1ef33bd0c9
commit
e46264453c
|
@ -1,4 +1,4 @@
|
|||
vendor
|
||||
*.swp
|
||||
.bundle/
|
||||
nodes/1*.json
|
||||
nodes/*.json
|
||||
|
|
Loading…
Reference in New Issue