Skip to content

Commit

Permalink
chore: Update gitignore (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Scott authored Sep 12, 2023
1 parent 78aab3b commit 58ee976
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
28 changes: 13 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# Local .terraform directories
/.terraform/
**/.terraform
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*
**/*.tfstate
**/*.tfstate.*

# .tfvars files
*.tfvars
**/*.tfvars

# Terraform lock file
.terraform.lock.hcl
**/.terraform.lock.hcl

.DS_Store
*.bk
*.tfvars
**/.DS_Store
**/*.bk

# Editor files
.vscode
kubeconfig*
cat.*
test.py
.idea
**/.vscode
**/kubeconfig*
**/cat.*
**/test.py
**/.idea

**/wandb/*
policy.json
**/policy.json
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ terraform {
version = "~> 2.6"
}
}
}
}

0 comments on commit 58ee976

Please sign in to comment.