mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
Add .helix to .gitignore
[helix] can use project specific configuration in the `.helix` directory under the project root. For gst-rs development, this can be used to select a group of features: .helix/languages.toml: ```toml [language-server.rust-analyzer.config] cargo = { features = ["v1_26"] } ``` It can also be used to configure debugging targets, thought debugging experience with helix is lacking currently. [helix]: https://helix-editor.com/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1554>
This commit is contained in:
parent
9b65cbece0
commit
10ca739f52
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
target/
|
target/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
.helix/
|
||||||
|
|
Loading…
Reference in a new issue