Skip to content

Commit

Permalink
Ajout du Cargo.lock
Browse files Browse the repository at this point in the history
Utile pour avoir les mêmes résultats de compilations
  • Loading branch information
TheSirC committed Dec 12, 2018
1 parent 49252b8 commit 07382c7
Show file tree
Hide file tree
Showing 2 changed files with 1,368 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -2,10 +2,10 @@
# will have compiled files and executables
/target/
/undefined/
Cargo.lock

# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# These are backup files generated by rustfmt
**/*.rs.bk

\.vscode/
\.vscode/

0 comments on commit 07382c7

Please sign in to comment.