Added toml and yaml files to gitignore.

This commit is contained in:
Aaron Weiss 2017-06-29 00:30:26 -07:00
parent c7587e7f77
commit a63dbb5422
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
/target
/Cargo.lock
*.json
*.toml
*.yaml
!Cargo.toml