Skip to content

Commit

Permalink
1. Rationalising cargo lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
asladeofgreen committed Jan 16, 2025
1 parent 5da301a commit 96e4dae
Show file tree
Hide file tree
Showing 3 changed files with 2,453 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Generated by Cargo
# will have compiled files and executables
/target
debug/
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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Temporary folders.
/tmp

# Added by cargo

/target
# Local files
TODO.txt
env.toml
Loading

0 comments on commit 96e4dae

Please sign in to comment.