Skip to content

Commit 308f95b

Browse files
committed
add gitignore
1 parent 3162eea commit 308f95b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.vs/
2+
.vscode/
3+
.idea
4+
*.DS_Store
5+
6+
.terraform
7+
.terraform.lock.hcl
8+
*.tmp
9+
go.sum
10+
11+
TestRecord
12+
**/TestRecord.md.tmp
13+
terraform.tfstate
14+
terraform.tfstate.backup

0 commit comments

Comments
 (0)