We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f232e commit b8299beCopy full SHA for b8299be
filesystem/defaultExcludes.go
@@ -104,6 +104,11 @@ const defaultGlobContent = `
104
**/*.heic
105
**/*.hiec
106
**/*.mvnw*
107
+**/terraform.tfstate.*
108
+**/.aider*
109
+**/*.tfgraph
110
+**/*.terraform.tfstate.lock.info
111
+**/.terraform/*
112
113
# Specific files
114
**/.editorconfig
@@ -144,7 +149,15 @@ const defaultGlobContent = `
144
149
**/.gitmodules
145
150
**/.gitpod.yml
146
151
**/.gitlab-ci.yml
147
-**/.aider*
152
+**/terraform.rc
153
+**/terraform.tfstate
154
+**/terraform.tfstate.backup
155
+**/.terraform.lock.hcl
156
+**/.terraform.lock.hcl.lock
157
+**/plan.out
158
+**/plan
159
+**/terraform.tfplan
160
+**/terraform.tfplan.json
148
161
`
162
163
// GetDefaultExcludes returns a list of default exclude patterns
0 commit comments