浏览代码

Ignore terraform module directory

See <https://www.terraform.io/docs/commands/get.html>
pull/2044/head
Desmond O. Chang 8 年前
父节点
当前提交
254da0b717
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Terraform.gitignore

+ 3
- 0
Terraform.gitignore 查看文件

@@ -1,3 +1,6 @@
# Compiled files
*.tfstate
*.tfstate.backup

# Module directory
.terraform/

正在加载...
取消
保存