feat(nvim): Telescope ignore files

This commit is contained in:
thek4n 2024-05-21 15:38:30 +03:00
parent ac58cb8e33
commit 71c6c3e733

View File

@ -48,20 +48,36 @@ return {
path_display = { "truncate" },
file_ignore_patterns = {
".git/",
".svn/",
"%.o",
"%.a",
"%.so",
"a.out",
"venv/",
"CMakeFiles/",
"cmake_install.cmake",
"CMakeCache.txt",
"target/",
"docs/",
".pytest_cache/",
"vendor/*",
"%.lock",
"pycache/*",
"%.db",
"%.sqlite3",
"%.sqlite",
"%.ipynb",
"node_modules/*",
"%.svg",
"%.burp",
"%.mp4",
"%.png",
"%.jpeg",
"%.jpg",
"%.gif",
"%.mkv",
"%.otf",
"%.ttf",
"%.webp",
"%.bin",
".dart_tool/",
".github/",
".gradle/",
".idea/",
".settings/",
@ -84,13 +100,12 @@ return {
"%.met",
"smalljre_*/*",
".vale/",
"%.burp",
"%.mp4",
"%.mkv",
"%.rar",
"%.zip",
"%.7z",
"%.tar",
"%.xz",
"%.gz",
"%.bz2",
"%.epub",
"%.flac",