forked from h2ouw8n4/wordpressOnAWS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (56 loc) · 1.45 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Sure, here's an updated `.gitignore` file that includes ignore statements for JetBrains IDE:
```
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
# Ignore any .tfvars files that are automatically generated
*.auto.tfvars
# Ignore override files as they are usually used to override resources locally and not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Ignore CLI configuration files
cli.tfrc
terraform.rc
# Ignore .terraform.lock.hcl files
.terraform.lock.hcl
# Ignore .terraform/environment files
.terraform/environment
# Ignore .terraform/plugins directory
.terraform/plugins
# Ignore .terraform/providers directory
.terraform/providers
# Ignore .terraform/modules directory
.terraform/modules
# Ignore .terraform/work directory
.terraform/work
# Ignore .terraform/.terraformrc
.terraform/.terraformrc
# Ignore .terraform/.terraformrc.backup
.terraform/.terraformrc.backup
# Ignore .terraform/.terraform.lock
.terraform/.terraform.lock
# Ignore .terraform/.terraform.tfstate
.terraform/.terraform.tfstate
# Ignore .terraform/.terraform.tfstate.backup
.terraform/.terraform.tfstate.backup
# Ignore .terraform/.terraform.tfvars
.terraform/.terraform.tfvars
# Ignore .terraform/.terraform.tfvars.json
.terraform/.terraform.tfvars.json
# Ignore JetBrains IDE files
.idea/
*.iml
*.ipr
*.iws
.idea_modules/
# Ignore other JetBrains IDE files
*.pyc
*.pyo
*.DS_Store
__pycache__/