diff --git a/.gitignore b/.gitignore index ed2c058..853eca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # IDEs .vscode .idea +.nvim.lua # Rust/Cargo debug/ @@ -15,4 +16,4 @@ Cargo.lock **/*.rs.bk # Code coverage output -lcov.info \ No newline at end of file +lcov.info