Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit b9585e6

Browse files
Update .gitignore
1 parent 10f36b7 commit b9585e6

3 files changed

Lines changed: 1855 additions & 2 deletions

File tree

.gitignore

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
/target
2-
/Cargo.lock
1+
# Created by https://www.toptal.com/developers/gitignore/api/rust
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=rust
3+
4+
### Rust ###
5+
# Generated by Cargo
6+
# will have compiled files and executables
7+
debug/
8+
target/
9+
10+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
11+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12+
# Cargo.lock
13+
14+
# These are backup files generated by rustfmt
15+
**/*.rs.bk
16+
17+
# MSVC Windows builds of rustc generate these, which store debugging information
18+
*.pdb
19+
20+
# End of https://www.toptal.com/developers/gitignore/api/rust

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Changed
1616

1717
- Updated project to new owner and repository
18+
- Updated `.gitignore`
1819

1920
### Removed
2021

0 commit comments

Comments
 (0)