-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>1.0</version> | ||
<version>1.0.1</version> | ||
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -17,7 +17,7 @@ | |
<b>.ignore</b> is a plugin for | ||
<i>.gitignore (GIT), .hgignore (Mercurial), .npmignore (NPM), .dockerignore (Docker), .chefignore (Chef), | ||
.cvsignore (CVS), .bzrignore (Bazaar), .boringignore (Darcs)</i> | ||
.cvsignore (CVS), .bzrignore (Bazaar), .boringignore (Darcs), .mtn-ignore (Monotone)</i> | ||
files in your project. | ||
<br/> | ||
|
@@ -48,6 +48,15 @@ | |
|
||
<change-notes><![CDATA[ | ||
Version 1.0.1 | ||
<ul> | ||
<li>Allow enable/disable coloring ignored files (<a href="https://github.com/hsz/idea-gitignore/issues/87">#87</a>)</li> | ||
<li>Cover inspection respects negated entries</li> | ||
<li>Wrong ignore indicator with nested entries fix (<a href="https://github.com/hsz/idea-gitignore/issues/85">#85</a>)</li> | ||
<li>ConcurrentModificationException fix (<a href="https://github.com/hsz/idea-gitignore/issues/84">#84</a>)</li> | ||
<li><i>.mtn-ignore</i> support (Monotone version control)</li> | ||
</ul> | ||
Version 1.0 | ||
<ul> | ||
<li><b>Ignored files coloring</b> in the Project View (customizable style)</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters