/ infrastructure / .gitignore
.gitignore
 1  # SSH keys
 2  smpte-copilot
 3  smpte-copilot.pub
 4  
 5  # Local .terraform directories
 6  **/.terraform/*
 7  
 8  # .tfstate files
 9  *.tfstate
10  *.tfstate.*
11  
12  # Crash log files
13  crash.log
14  crash.*.log
15  
16  # Ignore override files
17  override.tf
18  override.tf.json
19  *_override.tf
20  *_override.tf.json
21  
22  # Ignore CLI configuration files
23  .terraformrc
24  terraform.rc