Skip to content

Commit a47d154

Browse files
committed
feat: update default excludes
1 parent 237e7d8 commit a47d154

File tree

1 file changed

+55
-2
lines changed

1 file changed

+55
-2
lines changed

filesystem/defaultExcludes.go

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,23 @@ const defaultGlobContent = `
1515
**/.github/**
1616
**/.next/**
1717
**/.venv/**
18+
**/.vim/**
19+
**/.vscode-insiders/**
20+
**/.vscode-oss/**
21+
**/.vscode-print-resource-cache/**
22+
**/.vscode-react-native/**
1823
**/.vscode/**
24+
**/.wasmedge/**
25+
**/.widsurf/**
26+
**/.widsurf/**
27+
**/.wine/**
28+
**/.wine32/**
29+
**/.yarn/**
30+
**/.zcompcache/**
31+
**/.zfunc/**
32+
**/.zgen/**
33+
**/.zsh_sessions/**
34+
**/.zsh.d/**
1935
**/backups/**
2036
**/build/**
2137
**/conda/**
@@ -25,21 +41,38 @@ const defaultGlobContent = `
2541
**/node_modules/**
2642
**/out/**
2743
**/pyenv/**
44+
**/__pycache__/**
2845
**/screenshots/**
2946
**/target/**
3047
**/temp/**
3148
**/tmp/**
3249
**/venv/**
50+
**/virtualenv/**
51+
**/wineprefix/**
3352
3453
# File patterns
3554
**/__tests__/*
3655
**/_data/*
3756
**/.aider*
3857
**/.aider/*
58+
**/.bash_history
59+
**/.boto
60+
**/.claude.json
3961
**/.cline/*
62+
**/.condarc
4063
**/.cursor/*
64+
**/.dream_history
65+
**/.fzf.bash
66+
**/.fzf.zsh
67+
**/.git-credentials
68+
**/.llamafile_history
69+
**/.lscolors
70+
**/.netrc
71+
**/.psql_history
72+
**/.python_history
4173
**/.terraform/*
4274
**/.webpack/*
75+
**/.Xauthority
4376
**/*.7z
4477
**/*.apk
4578
**/*.app
@@ -55,18 +88,24 @@ const defaultGlobContent = `
5588
**/*.csv
5689
**/*.dat
5790
**/*.deb
91+
**/*.db
5892
**/*.diff
5993
**/*.dll
6094
**/*.dmg
6195
**/*.doc
6296
**/*.docx
6397
**/*.DS_Store
6498
**/*.eot
99+
**/*.excalidrawlib
65100
**/*.exe
66101
**/*.fbx
67102
**/*.fig
68103
**/*.flac
69104
**/*.gif
105+
**/*.gguf
106+
**/*.ggml
107+
**/*.exl2
108+
**/*.exl3
70109
**/*.gz
71110
**/*.heic
72111
**/*.hiec
@@ -87,12 +126,16 @@ const defaultGlobContent = `
87126
**/*.odf
88127
**/*.otf
89128
**/*.pdf
129+
**/*.partial
90130
**/*.pem
91131
**/*.png
92132
**/*.ppt
93133
**/*.pptx
94134
**/*.ps1
95135
**/*.pub
136+
**/*.pyc
137+
**/*.pyo
138+
**/*.pysave
96139
**/*.rpm
97140
**/*.sqlite
98141
**/*.sqlite3
@@ -121,6 +164,7 @@ const defaultGlobContent = `
121164
122165
# Specific files
123166
**/.aiderrules
167+
**/.aider.*
124168
**/.clinerules
125169
**/.cursorrules
126170
**/.DS_Store
@@ -129,21 +173,28 @@ const defaultGlobContent = `
129173
**/.eslintignore
130174
**/.eslintrc*
131175
**/.gitattributes
176+
**/.gitconfig
177+
**/.gitconfig-no_push
132178
**/.gitignore
179+
**/.gitignoreglobal
133180
**/.gitlab-ci.yml
134181
**/.gitmodules
135182
**/.gitpod.yml
136183
**/.npmrc
137184
**/.nvmrc
138185
**/.pre-commit-config.yaml
139186
**/.pre-commit-config.yml
140-
**/.pretterignore
187+
**/.prettierignore
141188
**/.prettierrc*
189+
**/.saml2aws
190+
**/.saml2aws-auto.yml
142191
**/.stylelintrc*
143192
**/.terraform.lock.hcl
144193
**/.terraform.lock.hcl.lock
145194
**/.vimrc
146-
**/*.pyc
195+
**/.whitesource
196+
**/.zcompdump*
197+
**/bat-config
147198
**/changelog.md
148199
**/CHANGELOG*
149200
**/CLA.md
@@ -152,10 +203,12 @@ const defaultGlobContent = `
152203
**/commitlint.config.js
153204
**/contributing.md
154205
**/CONTRIBUTING*
206+
**/dircolors
155207
**/esbuild.config.mjs
156208
**/go.mod
157209
**/go.sum
158210
**/LICENSE*
211+
**/LICENCE*
159212
**/manifest.json
160213
**/package-lock.json
161214
**/plan

0 commit comments

Comments
 (0)