mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
ignore editor config folders (#2315)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user