From d760f249e2a634778547be3bd3e70491e208f5b5 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 7 Jan 2023 18:05:17 -0600 Subject: [PATCH] Add the words directory to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 86620aa..b5d0414 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ data/ !config.template.toml .vscode/ src/types/**/*.ts +words/ # Logs logs