Skip to content

Commit b411c60

Browse files
committed
consolidate gitignore
1 parent 4ea22eb commit b411c60

File tree

2 files changed

+37
-34
lines changed

2 files changed

+37
-34
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,40 @@ Untitled.ipynb
1818
extras/autograder/results/
1919
extras/autograder/submission/
2020
autograder.zip
21+
22+
## Terraform
23+
24+
# Local .terraform directories
25+
**/.terraform/*
26+
27+
# .tfstate files
28+
*.tfstate
29+
*.tfstate.*
30+
31+
# Crash log files
32+
crash.log
33+
34+
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
35+
# password, private keys, and other secrets. These should not be part of version
36+
# control as they are data points which are potentially sensitive and subject
37+
# to change depending on the environment.
38+
#
39+
*.tfvars
40+
41+
# Ignore override files as they are usually used to override resources locally and so
42+
# are not checked in
43+
override.tf
44+
override.tf.json
45+
*_override.tf
46+
*_override.tf.json
47+
48+
# Include override files you do wish to add to version control using negated pattern
49+
#
50+
# !example_override.tf
51+
52+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
53+
# example: *tfplan*
54+
55+
# Ignore CLI configuration files
56+
.terraformrc
57+
terraform.rc

extras/terraform/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)