Add .luarc.json to .gitignore

Using `coc-lua` with `coc.nvim` will produce a `.luarc.json` when editing own custom configs that should be excluded from NvChad, since NvChad does not maintain its own `.luarc.json`
This commit is contained in:
Martin Braun 2022-10-09 16:35:27 +02:00 committed by Sidhanth Rathod
parent cdc970a9e4
commit 08e675b356
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ custom
spell spell
ftplugin ftplugin
coc-settings.json coc-settings.json
.luarc.json