File tree Expand file tree Collapse file tree 1 file changed +55
-2
lines changed Expand file tree Collapse file tree 1 file changed +55
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,23 @@ const defaultGlobContent = `
15
15
**/.github/**
16
16
**/.next/**
17
17
**/.venv/**
18
+ **/.vim/**
19
+ **/.vscode-insiders/**
20
+ **/.vscode-oss/**
21
+ **/.vscode-print-resource-cache/**
22
+ **/.vscode-react-native/**
18
23
**/.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/**
19
35
**/backups/**
20
36
**/build/**
21
37
**/conda/**
@@ -25,21 +41,38 @@ const defaultGlobContent = `
25
41
**/node_modules/**
26
42
**/out/**
27
43
**/pyenv/**
44
+ **/__pycache__/**
28
45
**/screenshots/**
29
46
**/target/**
30
47
**/temp/**
31
48
**/tmp/**
32
49
**/venv/**
50
+ **/virtualenv/**
51
+ **/wineprefix/**
33
52
34
53
# File patterns
35
54
**/__tests__/*
36
55
**/_data/*
37
56
**/.aider*
38
57
**/.aider/*
58
+ **/.bash_history
59
+ **/.boto
60
+ **/.claude.json
39
61
**/.cline/*
62
+ **/.condarc
40
63
**/.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
41
73
**/.terraform/*
42
74
**/.webpack/*
75
+ **/.Xauthority
43
76
**/*.7z
44
77
**/*.apk
45
78
**/*.app
@@ -55,18 +88,24 @@ const defaultGlobContent = `
55
88
**/*.csv
56
89
**/*.dat
57
90
**/*.deb
91
+ **/*.db
58
92
**/*.diff
59
93
**/*.dll
60
94
**/*.dmg
61
95
**/*.doc
62
96
**/*.docx
63
97
**/*.DS_Store
64
98
**/*.eot
99
+ **/*.excalidrawlib
65
100
**/*.exe
66
101
**/*.fbx
67
102
**/*.fig
68
103
**/*.flac
69
104
**/*.gif
105
+ **/*.gguf
106
+ **/*.ggml
107
+ **/*.exl2
108
+ **/*.exl3
70
109
**/*.gz
71
110
**/*.heic
72
111
**/*.hiec
@@ -87,12 +126,16 @@ const defaultGlobContent = `
87
126
**/*.odf
88
127
**/*.otf
89
128
**/*.pdf
129
+ **/*.partial
90
130
**/*.pem
91
131
**/*.png
92
132
**/*.ppt
93
133
**/*.pptx
94
134
**/*.ps1
95
135
**/*.pub
136
+ **/*.pyc
137
+ **/*.pyo
138
+ **/*.pysave
96
139
**/*.rpm
97
140
**/*.sqlite
98
141
**/*.sqlite3
@@ -121,6 +164,7 @@ const defaultGlobContent = `
121
164
122
165
# Specific files
123
166
**/.aiderrules
167
+ **/.aider.*
124
168
**/.clinerules
125
169
**/.cursorrules
126
170
**/.DS_Store
@@ -129,21 +173,28 @@ const defaultGlobContent = `
129
173
**/.eslintignore
130
174
**/.eslintrc*
131
175
**/.gitattributes
176
+ **/.gitconfig
177
+ **/.gitconfig-no_push
132
178
**/.gitignore
179
+ **/.gitignoreglobal
133
180
**/.gitlab-ci.yml
134
181
**/.gitmodules
135
182
**/.gitpod.yml
136
183
**/.npmrc
137
184
**/.nvmrc
138
185
**/.pre-commit-config.yaml
139
186
**/.pre-commit-config.yml
140
- **/.pretterignore
187
+ **/.prettierignore
141
188
**/.prettierrc*
189
+ **/.saml2aws
190
+ **/.saml2aws-auto.yml
142
191
**/.stylelintrc*
143
192
**/.terraform.lock.hcl
144
193
**/.terraform.lock.hcl.lock
145
194
**/.vimrc
146
- **/*.pyc
195
+ **/.whitesource
196
+ **/.zcompdump*
197
+ **/bat-config
147
198
**/changelog.md
148
199
**/CHANGELOG*
149
200
**/CLA.md
@@ -152,10 +203,12 @@ const defaultGlobContent = `
152
203
**/commitlint.config.js
153
204
**/contributing.md
154
205
**/CONTRIBUTING*
206
+ **/dircolors
155
207
**/esbuild.config.mjs
156
208
**/go.mod
157
209
**/go.sum
158
210
**/LICENSE*
211
+ **/LICENCE*
159
212
**/manifest.json
160
213
**/package-lock.json
161
214
**/plan
You can’t perform that action at this time.
0 commit comments