upd: vim telescope ignore list

This commit is contained in:
thek4n 2024-12-16 10:19:10 +03:00
parent 251e88a000
commit a1f0d960e2
2 changed files with 2 additions and 3 deletions

View File

@ -49,5 +49,5 @@
remove-remote-tag = "!f() { git tag -d $1 && git push origin :refs/tags/$1 }; f" remove-remote-tag = "!f() { git tag -d $1 && git push origin :refs/tags/$1 }; f"
aliases = "!git config -l | grep '^alias\\.' | cut -d. -f2-" aliases = "!git config -l | grep '^alias\\.' | cut -d. -f2-"
# git clone git://localhost # git clone git://localhost/
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/

View File

@ -68,7 +68,7 @@ return {
"CMakeCache%.txt", "CMakeCache%.txt",
"target/", "target/",
"%.pytest_cache/", "%.pytest_cache/",
"vendor/*", "vendor/",
"%.lock", "%.lock",
"%.db", "%.db",
"%.sqlite3", "%.sqlite3",
@ -107,7 +107,6 @@ return {
"%.jar", "%.jar",
"%.docx", "%.docx",
"%.met", "%.met",
"smalljre_*/*",
"%.vale/", "%.vale/",
"%.rar", "%.rar",
"%.zip", "%.zip",