From dcc3917f3583cb5d08e977cdae7a11f2c369460a Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 27 Aug 2023 19:28:31 -0600 Subject: [PATCH] Add data file to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b5d0414..76ed80b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ data/ .vscode/ src/types/**/*.ts words/ +data.json # Logs logs