vscode: ignore .git and .direnv in search
This commit is contained in:
parent
e9e3eea3d0
commit
22436fccae
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@
|
||||||
"files.autoSave" = "afterDelay";
|
"files.autoSave" = "afterDelay";
|
||||||
"files.autoSaveWhenNoErrors" = true;
|
"files.autoSaveWhenNoErrors" = true;
|
||||||
"files.autoSaveWorkspaceFilesOnly" = true;
|
"files.autoSaveWorkspaceFilesOnly" = true;
|
||||||
|
"files.exclude" = [
|
||||||
|
".git"
|
||||||
|
".direnv"
|
||||||
|
];
|
||||||
|
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue