forked from MaterializeInc/terraform-google-materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (31 loc) · 601 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (31 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data
*.tfvars
*.tfvars.json
# Ignore override files as they are usually used for local development
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Ignore lock files for examples and tests
examples/*/.terraform.lock.hcl
tests/.terraform.lock.hcl
# macOS
.DS_Store
# IDE
.idea/
.vscode/
# Local development
*.env
.envrc
*.bak