[vuln] .gitignore: ignore terraform files

2 views
Skip to first unread message

Jonathan Amsterdam (Gerrit)

unread,
Dec 7, 2021, 12:13:53 PM12/7/21
to goph...@pubsubhelper.golang.org, golang-...@googlegroups.com, Julie Qiu, Gopher Robot, Roland Shoemaker, kokoro, golang-co...@googlegroups.com

Jonathan Amsterdam submitted this change.

View Change



3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:

```
The name of the file: .gitignore
Insertions: 0, Deletions: 1.

@@ -1,3 +1,2 @@
**/.terraform/*
.terraform.lock.hcl
-
```

Approvals: Julie Qiu: Looks good to me, approved Jonathan Amsterdam: Trusted; Run TryBots
.gitignore: ignore terraform files

In anticipation of adding some terraform config, ignore some
terraform files.

Change-Id: Ic616c58d9b2b983852678aa072cbeb771b143887
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/369834
Trust: Jonathan Amsterdam <j...@google.com>
Run-TryBot: Jonathan Amsterdam <j...@google.com>
Reviewed-by: Julie Qiu <ju...@golang.org>
---
A .gitignore
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..95708bc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+**/.terraform/*
+.terraform.lock.hcl

To view, visit change 369834. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: vuln
Gerrit-Branch: master
Gerrit-Change-Id: Ic616c58d9b2b983852678aa072cbeb771b143887
Gerrit-Change-Number: 369834
Gerrit-PatchSet: 5
Gerrit-Owner: Jonathan Amsterdam <j...@google.com>
Gerrit-Reviewer: Gopher Robot <go...@golang.org>
Gerrit-Reviewer: Jonathan Amsterdam <j...@google.com>
Gerrit-Reviewer: Julie Qiu <ju...@golang.org>
Gerrit-Reviewer: Roland Shoemaker <rol...@golang.org>
Gerrit-CC: kokoro <noreply...@google.com>
Gerrit-MessageType: merged
Reply all
Reply to author
Forward
0 new messages