Skip to content

Commit f6eb4f5

Browse files
committed
feat: update version to 0.0.57 and add .expo to ignore patterns
1 parent 5b01807 commit f6eb4f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-collector",
33
"displayName": "Code Collector",
44
"description": "Gather code context for AI based on imports",
5-
"version": "0.0.56",
5+
"version": "0.0.57",
66
"publisher": "0-don",
77
"icon": "assets/icon.png",
88
"repository": {
@@ -133,7 +133,8 @@
133133
"*.egg-info/**",
134134
".git/**",
135135
".idea/**",
136-
".DS_Store"
136+
".DS_Store",
137+
".expo"
137138
],
138139
"description": "Glob patterns for files to ignore when collecting all code"
139140
}

0 commit comments

Comments
 (0)