Skip to content

Commit

Permalink
release v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Feb 19, 2015
1 parent 0ff83f3 commit 0817cb2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
20 changes: 16 additions & 4 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>mobi.hsz.idea.gitignore</id>
<name>.ignore</name>
<version>0.8.1</version>
<version>0.9</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand All @@ -15,15 +15,18 @@
<br/>
<br/>
<b>.ignore</b> is a plugin for <i>.gitignore (GIT), .hgignore (Mercurial), .npmignore (NPM), .dockerignore (Docker), .chefignore (Chef)</i> files in your project.
<b>.ignore</b> is a plugin for
<i>.gitignore (GIT), .hgignore (Mercurial), .npmignore (NPM), .dockerignore (Docker), .chefignore (Chef),
.cvsignore (CVS), .bzrignore (Bazaar)</i>
files in your project.
<br/>
<b>Features</b>
<ul>
<li><i>.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore</i> files syntax highlight</li>
<li><i>.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore</i> files syntax highlight</li>
<li>Gitignore templates filtering and selecting in rules generator by name and content</li>
<li>Show ignored files by specified ignore file (right click on <i>.gitignore</i> file)</li>
<li>Create <i>.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore</i> file in currently selected directory</li>
<li>Create <i>.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore</i> file in currently selected directory</li>
<li>Generate Gitignore rules basing on <a href="https://github.com/github/gitignore">GitHub's templates collection</a></li>
<li>Add selected file/directory to ignore rules from popup menu</li>
<li>Suggesting <i>.gitignore</i> file creation for new project</li>
Expand All @@ -49,6 +52,15 @@

<change-notes><![CDATA[
Version 0.9
<ul>
<li><b>.chefignore</b> support (Chef automation tool)</li>
<li><b>.cvsignore</b> support (CVS version control)</li>
<li><b>.bzrignore</b> support (Bazaar version control)</li>
<li>Grouped actions for creating new file</li>
<li>Ant build file fix</li>
</ul>
Version 0.8.1
<ul>
<li>Plugin renamed to <b>.ignore</b></li>
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Introduction
- `.npmignore` (NPM),
- `.dockerignore` (Docker)
- `.chefignore` (Chef)
- `.cvsignore` (CVS)
- `.bzrignore` (Bazaar)

files in your project. It supports following JetBrains IDEs:

Expand All @@ -30,11 +32,11 @@ files in your project. It supports following JetBrains IDEs:
Features
--------

- `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore` files syntax highlight
- `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore` files syntax highlight
- Gitignore templates filtering and selecting in rules generator by name and content
- User custom templates
- Show ignored files by specified Gitignore file (right click on `.gitignore` file)
- Create `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore` file in currently selected directory
- Create `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore` file in currently selected directory
- Generate Gitignore rules basing on [GitHub's templates collection][github-gitignore]
- Add selected file/directory to Gitignore rules from popup menu
- Suggesting `.gitignore` file creation for new project
Expand Down Expand Up @@ -75,6 +77,10 @@ Changelog
Version 0.9

- `.chefignore` support (Chef automation tool)
- `.cvsignore` support (CVS version control)
- `.bzrignore` support (Bazaar version control)
- Grouped actions for creating new file
- Ant build file fix

Version 0.8.1

Expand Down
11 changes: 6 additions & 5 deletions resources/messages/IgnoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ quick.fix.relative.entry=Remove relative part
daemon.lineMarker.directory=Directory entry
daemon.missingGitignore=Missing .gitignore file in GIT project
daemon.missingGitignore.create=Create .gitignore
daemon.donate.title=.ignore support plugin updated to v0.8.1
daemon.donate.title=.ignore support plugin updated to v0.9
daemon.donate.content=\
- Plugin renamed to <b>.ignore</b><br/>\
- Idea 12 support (all products since build 123)<br/>\
- Inspections are back again<br/>\
- Few minor fixes<br/>\
- <b>.chefignore</b> support (Chef automation tool)<br/>\
- <b>.cvsignore</b> support (CVS version control)<br/>\
- <b>.bzrignore</b> support (Bazaar version control)<br/>\
- Grouped actions for creating new file<br/>\
- Ant build file fix<br/>\
<br/>\
If you find my plugin helpful, donate me using <b>\
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=SJAU4XWQ584QL">PayPal</a> or \
Expand Down

0 comments on commit 0817cb2

Please sign in to comment.