chore(gitignore): add capacity_graph.db
This commit is contained in:
parent
a0db77996d
commit
73cbdae596
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -8,3 +8,6 @@ Cargo.lock
|
|||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
# Capacity graph runtime state
|
||||
capacity_graph.db
|
||||
|
|
Loading…
Reference in a new issue