gitignore: Ignore all state JSONs
This commit is contained in:
parent
0f88711fcd
commit
37fcd8b273
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,3 +9,6 @@ node_modules
|
|||
|
||||
# Vendor output
|
||||
/vendor/
|
||||
|
||||
# State
|
||||
*.json
|
||||
|
|
Loading…
Reference in a new issue