Added .github to ignore list
This commit is contained in:
parent
549507383b
commit
18f268a915
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ local options = {
|
|||
dotfiles = false,
|
||||
git_ignored = true,
|
||||
custom = { ".git", "__pycache__" },
|
||||
exclude = { ".gitignore", ".gitattributes", ".gitmodules" },
|
||||
exclude = { ".gitignore", ".gitattributes", ".gitmodules", ".github" },
|
||||
},
|
||||
disable_netrw = true,
|
||||
hijack_netrw = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue