Added .github to ignore list

This commit is contained in:
Ceferino Patino 2024-08-31 23:29:20 -05:00
commit 18f268a915
No known key found for this signature in database

View file

@ -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,