Skip to content

Commit

Permalink
chore(3379): added go.work and go.work.sum to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Mar 22, 2024
1 parent 91d58bd commit b59905d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dev-tools/cloud/terraform/.terraform
dev-tools/cloud/terraform/terraform.tfstate*
dev-tools/cloud/terraform/*.tfvars*

go.work
go.work.sum

# editor swap files
*.swp
*.swo
Expand All @@ -28,4 +31,4 @@ dev-tools/cloud/terraform/*.tfvars*


# direnv
.envrc*
.envrc*

0 comments on commit b59905d

Please sign in to comment.