Skip to content

Commit

Permalink
Adds vscode editor settings to gitignore
Browse files Browse the repository at this point in the history
Necessary for allowing format-on-save to use nightly for this repo only.
  • Loading branch information
akern40 authored and bluss committed Aug 22, 2024
1 parent 1304f9d commit 7843a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Rust items
Cargo.lock
target/

# Editor settings
.vscode

0 comments on commit 7843a3b

Please sign in to comment.