From 3b5f458b63bda5037114c72c237e0870f96a6f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org> Date: Sat, 20 Jan 2024 01:56:18 +0100 Subject: [PATCH] feat: exclude nvimrc file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f68bc7..85c6d9d 100755 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ node_modules/ *.sql *.tar.gz *.zip +.nvimrc -- GitLab