Skip to content

Commit

Permalink
QOL improvements (#17)
Browse files Browse the repository at this point in the history
* Add rust toolchain file to default to nightly

* .gitignore improvements

* 🧹 add empty line at end

---------

Co-authored-by: Jeroen Van Der Donckt <[email protected]>
  • Loading branch information
varon and jvdd authored Feb 4, 2023
1 parent 74436c9 commit 684ade2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ main.rs

# Generated by Cargo
# will have compiled files and executables
/target/
**/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

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


#Hide the CLion IDE files
.idea/
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly

0 comments on commit 684ade2

Please sign in to comment.