Taking over from #28314. Part of https://github.com/zed-industries/zed/issues/4824 Co-authored-by: Paul Nameless <reacsdas@gmail.com> Release Notes: - Zed now respects git's `core.excludesFile` (~/.config/git/ignore) in addition to .gitignore. --------- Co-authored-by: Paul Nameless <reacsdas@gmail.com>
22 lines
323 B
TOML
22 lines
323 B
TOML
[package]
|
|
name = "paths"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[lib]
|
|
path = "src/paths.rs"
|
|
|
|
[dependencies]
|
|
dirs.workspace = true
|
|
ignore.workspace = true
|
|
util.workspace = true
|
|
workspace-hack.workspace = true
|