From d3f49dc2b5ec330780cdbc0046bc25da43976ae2 Mon Sep 17 00:00:00 2001 From: kougyoku Date: Wed, 18 May 2022 09:13:51 -0700 Subject: [PATCH] Ignore a private testing html file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 11205c2..bc26670 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin/* obj/* .vs/* test.html +privateTest.html