upd: vim telescope ignore list
This commit is contained in:
parent
251e88a000
commit
a1f0d960e2
@ -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/
|
||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user