From 294d94269392faac8cd0292fa40ae748e2fafb8c Mon Sep 17 00:00:00 2001 From: Eduardo Roberto Date: Sun, 19 Jan 2025 21:16:25 +0000 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86780445..3dab91f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ target/ -yazi-config/completions +yazi-*/completions .DS_Store