mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
fix: ignore Nvim local config #37805
Problem: Presumably Neovim contributors use Neovim to write the contributed code. Chances are that they have some local Neovim-source-specific config, for example setting the $TEST_FILE and 'makeprg' for files in test/. Solution: Ignore it.
This commit is contained in:
committed by
GitHub
parent
886efcb853
commit
3567b7d751
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,6 +8,9 @@ compile_commands.json
|
||||
/.vs/
|
||||
/.vscode/
|
||||
/.idea/
|
||||
.nvimrc
|
||||
.exrc
|
||||
.nvim.lua
|
||||
|
||||
# Build/deps dir
|
||||
/.zig-cache/
|
||||
|
||||
Reference in New Issue
Block a user