Skip to content

Commit eedac18

Browse files
authored
Add neovim local script thing to .gitignore (#31)
1 parent 386f798 commit eedac18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# IDEs
22
.vscode
33
.idea
4+
.nvim.lua
45

56
# Rust/Cargo
67
debug/
@@ -15,4 +16,4 @@ Cargo.lock
1516
**/*.rs.bk
1617

1718
# Code coverage output
18-
lcov.info
19+
lcov.info

0 commit comments

Comments
 (0)