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