From 6f5416bddb15ca77756e402d49bdfd5ac14c1bae Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 8 Jul 2023 06:33:27 +0200 Subject: [PATCH] cspell: ignore oranda.json --- .vscode/cSpell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index edac1c21e2d..6ceb038c218 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -19,6 +19,7 @@ // files to ignore (globs supported) "ignorePaths": [ "Cargo.lock", + "oranda.json", "target/**", "tests/**/fixtures/**", "src/uu/dd/test-resources/**",