refactor: remove unused lock files and configurations

This commit is contained in:
Prad Nukala 2024-09-29 15:19:28 -04:00
parent abf6b5d5c8
commit 7a8854b2cd

7
.gitignore vendored
View File

@ -16,7 +16,6 @@ aof*
**/.DS_Store **/.DS_Store
# Output of the go coverage tool # Output of the go coverage tool
*.out *.out
buf.lock
# Exclude embedded files # Exclude embedded files
!internal/files/dist !internal/files/dist
@ -32,12 +31,6 @@ go.work.sum
.env .env
**/*.env **/*.env
# Lock files
package-lock.json
devbox.lock
# Config files
pkg/config/static/
# Terraform # Terraform
**/.terraform/* **/.terraform/*