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 23, 2024
1 parent c2316c5 commit 767c2aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filesystem/defaultExcludes.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const defaultGlobContent = `
**/pyenv/**
**/tmp/**
**/out/**
**/target/**
**/temp/**
**/conda/**
**/mamba/**
Expand Down Expand Up @@ -102,6 +103,7 @@ const defaultGlobContent = `
**/*.diff
**/*.heic
**/*.hiec
**/*.mvnw*
# Specific files
**/.editorconfig
Expand Down Expand Up @@ -142,6 +144,7 @@ const defaultGlobContent = `
**/.gitmodules
**/.gitpod.yml
**/.gitlab-ci.yml
**/.aider*
`

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

0 comments on commit 767c2aa

Please sign in to comment.