Skip to content

Commit

Permalink
Merge pull request #300 from robertohuertasm/next
Browse files Browse the repository at this point in the history
support for .vscodeignore files.
  • Loading branch information
robertohuertasm committed Sep 12, 2016
2 parents a95ae44 + 71411db commit b3df092
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.0.4 (September 12, 2016)
- Support for .vscodeignore files. ([@robertohuertasm](https://github.com/robertohuertasm) in [#300](https://github.com/robertohuertasm/vscode-icons/pull/300))


## 2.0.3 (September 12, 2016)
- Patch: Welcome message is always shown & .cpy extension support. ([@robertohuertasm](https://github.com/robertohuertasm) in [#296](https://github.com/robertohuertasm/vscode-icons/pull/296))

Expand Down
1 change: 1 addition & 0 deletions icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@
"vbhtml": "_f_vbhtml",
"vbproj": "_f_vbproj",
"vue": "_f_vue",
"vscodeignore": "_f_vscode",
"xml": "_f_xml",
"axml": "_f_xml",
"xaml": "_f_xml",
Expand Down
Binary file modified icons.zip
Binary file not shown.
1 change: 1 addition & 0 deletions src/build/supportedExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ exports.extensions = {
{ icon: 'vbproj', extensions: ['vbproj'] },
{ icon: 'vue', extensions: ['vue'] },
{ icon: 'vscode', extensions: ['vscodeignore.json', 'launch.json', 'tasks.json', 'jsconfig.json', 'tsconfig.json'], special: 'json', contribType: ctype.filename },
{ icon: 'vscode', extensions: ['vscodeignore'] },
{ icon: 'xml', extensions: ['xml', 'axml', 'xaml', 'pex'] },
{ icon: 'yaml', extensions: ['yml', 'yaml'] },
{ icon: 'zip', extensions: ['zip', 'rar', '7z', 'tar', 'gz', 'bzip2', 'xz', 'bz2'] }
Expand Down
2 changes: 1 addition & 1 deletion src/dev/extVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '2.0.3';
module.exports = '2.0.4';
2 changes: 1 addition & 1 deletion src/dev/replacements.js

Large diffs are not rendered by default.

0 comments on commit b3df092

Please sign in to comment.