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:
Eduardo Roberto 2025-01-19 21:16:25 +00:00
parent 5058cf2294
commit 294d942693

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
target/ target/
yazi-config/completions yazi-*/completions
.DS_Store .DS_Store