Skip to content

Commit

Permalink
Update .gitignore to exclude VSCode and rustfmt metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gushromp committed Oct 17, 2017
1 parent 4da4c4d commit 25a9987
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

.vscode/*

0 comments on commit 25a9987

Please sign in to comment.