mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +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/
|
/.vs/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
/.idea/
|
/.idea/
|
||||||
|
.nvimrc
|
||||||
|
.exrc
|
||||||
|
.nvim.lua
|
||||||
|
|
||||||
# Build/deps dir
|
# Build/deps dir
|
||||||
/.zig-cache/
|
/.zig-cache/
|
||||||
|
|||||||
Reference in New Issue
Block a user