From 2848588fc20330e7790638adf781d50838510b66 Mon Sep 17 00:00:00 2001 From: n loewen Date: Sat, 2 Sep 2023 13:43:42 -0400 Subject: [PATCH] (infra) - gitignore - Ignore files with '.tmp.' in their name --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dde1915..b1203f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store .vscode +*.tmp.* node_modules cardiograph.code-workspace \ No newline at end of file