jupyterlab_vscode_icons_extension 1.0.98 → 1.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -269,7 +269,7 @@ const fileTypeConfigs = [
269
269
  group: 'enableConfigIcons'
270
270
  },
271
271
  {
272
- pattern: '^\\.git(ignore|modules|attributes)?$',
272
+ pattern: '^\\.git(ignore|modules|attributes|keep)?$',
273
273
  extensions: [],
274
274
  iconName: 'file-type-git',
275
275
  group: 'enableConfigIcons'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_vscode_icons_extension",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "description": "Jupyterlab extension with a shameless rip-off of the vscode-icons into our beloved environment",
5
5
  "keywords": [
6
6
  "jupyter",
package/src/index.ts CHANGED
@@ -302,7 +302,7 @@ const fileTypeConfigs: IFileTypeConfig[] = [
302
302
  group: 'enableConfigIcons'
303
303
  },
304
304
  {
305
- pattern: '^\\.git(ignore|modules|attributes)?$',
305
+ pattern: '^\\.git(ignore|modules|attributes|keep)?$',
306
306
  extensions: [],
307
307
  iconName: 'file-type-git',
308
308
  group: 'enableConfigIcons'