From fbc1a0faa3199795e8865240ca53aa0fd51b95dd Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 9 Feb 2024 15:28:10 -0600 Subject: [PATCH] Ignore Nova.app configuration (#4716) This is the same as we do for VSCode and CLion. --- TYPE: NO_HISTORY DESC: Ignore Nova.app configuration --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 051e2eb8e31..5c529f44c40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.nova* .vscode* *.sw? build/*