Added toml and yaml files to gitignore.
This commit is contained in:
parent
c7587e7f77
commit
a63dbb5422
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
/target
|
||||
/Cargo.lock
|
||||
*.json
|
||||
*.toml
|
||||
*.yaml
|
||||
!Cargo.toml
|
||||
|
|
Loading…
Add table
Reference in a new issue