From 15a0e1447e99b12dfb552cf06280f0647deb3fcf Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 3 Jun 2024 21:10:20 +0200 Subject: [PATCH] Gitignore: Ignore config/neovim/store --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 757c8883..bb12dc06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ .owncloudsync.log +.nextcloudsync.log .sync_* -result +.directory .direnv .idea -/.directory -.nextcloudsync.log .docs +result + +config/neovim/store