mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +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
|
||||
Cargo.lock
|
||||
|
||||
# editor config
|
||||
.helix
|
||||
.vscode
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
|
Reference in New Issue
Block a user