ignore editor config folders (#2315)

This commit is contained in:
shua
2024-07-07 19:43:48 +02:00
committed by GitHub
parent ecff05d72b
commit 9182f9f5c2

4
.gitignore vendored
View File

@ -9,6 +9,10 @@ target/
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock Cargo.lock
# editor config
.helix
.vscode
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk