Skip to content

Commit

Permalink
cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Aug 21, 2024
1 parent e8ba753 commit 2b8d8ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,3 @@ $RECYCLE.BIN/
/.dart_tool/**/*

# Rust stuff

# By default ignore Cargo.lock
# Specifically exclude it in the directory it appears, if its required.
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
5 changes: 5 additions & 0 deletions rust/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
debug/
target/

# By default ignore Cargo.lock
# Specifically exclude it in the directory it appears, if its required.
# 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

Expand Down

0 comments on commit 2b8d8ba

Please sign in to comment.