mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: ignore completions artifacts
Update `.gitignore` to not track the built completions files. Added general pattern to ignore all `completions` directories in the first level of any `yazi-*` directory.
This commit is contained in:
parent
5058cf2294
commit
294d942693
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
target/
|
target/
|
||||||
yazi-config/completions
|
yazi-*/completions
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue