From d29e76ebef5c20c53270b1928e9d5e8930952d7a Mon Sep 17 00:00:00 2001 From: elibrody2 <85048617+elibrody2@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:19:07 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3bbd943..1a481181 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,9 @@ coverage /playwright-report/ /playwright/.cache/ # Webkit with playwright creates a salt file -salt \ No newline at end of file +salt + +#DevWordingChanges +index.html +src/pages/404.page.vue +src/pages/Home.page.vue