From ee65fd61fb5edacc7b93cc402a2f31266053d2d7 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Thu, 18 Jan 2024 11:59:50 -0500 Subject: [PATCH] Removed attempt at setting up local testing and the gitignore entries that hid the testing artfacts. Since nothing was actually being done with them. --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index a5e416a7..3bbb5e91 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,3 @@ gpg/ # ignore. For testing we don't want to store a specific provider. .terraform.lock.hcl -# Adding to disregard some testing framework standup. - dbarcelo -node_modules/ -package-lock.json -package.json -test.js