From 7a8854b2cd8dc69ef7076116272a5a9f3edb6c15 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 29 Sep 2024 15:19:28 -0400 Subject: [PATCH] refactor: remove unused lock files and configurations --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index 12a50e172..d640a0636 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ aof* **/.DS_Store # Output of the go coverage tool *.out -buf.lock # Exclude embedded files !internal/files/dist @@ -32,12 +31,6 @@ go.work.sum .env **/*.env -# Lock files -package-lock.json -devbox.lock - -# Config files -pkg/config/static/ # Terraform **/.terraform/*