From ae0e8adfe1e638d270546d1a04d05341121880dc Mon Sep 17 00:00:00 2001 From: s7rul Date: Tue, 2 Apr 2024 13:26:07 +0200 Subject: [PATCH] Added neovim rust-analyzer config file to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa4b3f4f..a3b6fe7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # IDE/Editors specific stuff and junk .vscode/ +rust-analyzer.json # Build artifacts target/