Skip to content

Commit

Permalink
chore(defaults): update default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Aug 30, 2024
1 parent 31f232e commit b8299be
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion filesystem/defaultExcludes.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ const defaultGlobContent = `
**/*.heic
**/*.hiec
**/*.mvnw*
**/terraform.tfstate.*
**/.aider*
**/*.tfgraph
**/*.terraform.tfstate.lock.info
**/.terraform/*
# Specific files
**/.editorconfig
Expand Down Expand Up @@ -144,7 +149,15 @@ const defaultGlobContent = `
**/.gitmodules
**/.gitpod.yml
**/.gitlab-ci.yml
**/.aider*
**/terraform.rc
**/terraform.tfstate
**/terraform.tfstate.backup
**/.terraform.lock.hcl
**/.terraform.lock.hcl.lock
**/plan.out
**/plan
**/terraform.tfplan
**/terraform.tfplan.json
`

// GetDefaultExcludes returns a list of default exclude patterns
Expand Down

0 comments on commit b8299be

Please sign in to comment.