-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (41 loc) · 1.35 KB
/
.gitignore
File metadata and controls
53 lines (41 loc) · 1.35 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
# ----------------------------------------------------------------------------------------------------------------------
# Terraform global ignore rules
# ----------------------------------------------------------------------------------------------------------------------
# Local .terraform directories
**/.terraform/
# Lock file
.terraform.lock.hcl
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Sensitive variable files
*.tfvars
*.tfvars.json
# Local override files
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Terraform lock info
.terraform.tfstate.lock.info
# CLI configuration files
.terraformrc
terraform.rc
# Optional: ignore graph output
# *.dot
# Optional: ignore plan files
# *.tfplan
# planout
# ----------------------------------------------------------------------------------------------------------------------
# Lambda build artifacts / packaged zips
# ----------------------------------------------------------------------------------------------------------------------
**/builds/
**/builds/*.zip
# ----------------------------------------------------------------------------------------------------------------------
# Python cache (modules/serverless-app)
# ----------------------------------------------------------------------------------------------------------------------
__pycache__/
*.pyc