Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
feat: add terraform ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Apr 16, 2023
1 parent 694c5c1 commit 6e094f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ ansible/roles/andrewrothstein.calicoctl*
node_modules
mitogen*

# Terraform
## Local .terraform directories
**/.terraform/*

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

## terraform plan output
*tfplan*

# Test python utils
tests/__pycache__

Expand Down

0 comments on commit 6e094f7

Please sign in to comment.