Skip to content

Commit b8299be

Browse files
committed
chore(defaults): update default excludes
1 parent 31f232e commit b8299be

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

filesystem/defaultExcludes.go

+14-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ const defaultGlobContent = `
104104
**/*.heic
105105
**/*.hiec
106106
**/*.mvnw*
107+
**/terraform.tfstate.*
108+
**/.aider*
109+
**/*.tfgraph
110+
**/*.terraform.tfstate.lock.info
111+
**/.terraform/*
107112
108113
# Specific files
109114
**/.editorconfig
@@ -144,7 +149,15 @@ const defaultGlobContent = `
144149
**/.gitmodules
145150
**/.gitpod.yml
146151
**/.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
148161
`
149162

150163
// GetDefaultExcludes returns a list of default exclude patterns

0 commit comments

Comments
 (0)