Skip to content

Releases: JetBrains/idea-gitignore

.ignore v1.7.4

13 Feb 14:07
@hsz hsz
Compare
Choose a tag to compare

v1.7.4 (2017-02-13)

Full Changelog

Implemented enhancements:

  • Hide ignored files and directories in the project tree view
  • Indicate that parent contains extra elements if children are hidden
  • Dialog box that allows to untrack ignored files (performs git rm --cached command)
  • Untrack files dialog invoked automatically + from Project view context menu
  • Stylint (.stylintignore) support #279
  • Project Tree View coloring refactoring (performance)

Fixed bugs:

  • Fixed colors for tracked and ignored files, additional info label is implemented #296 #295 #284
  • IllegalArgumentException on IDEA startup #302
  • File of UntrackFilesDialog.createDirectoryNodes must not be null #307 #309
  • NoSuchFieldError: GRAYED_SMALL_ATTRIBUTES #305
  • Ignored entries coloring #304 #301
  • ClassNotFoundException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent #297
  • Assertion failed: Registering post-startup activity that will never be run #290
  • Component name collision: UpdateComponent #289
  • Ignore Files Support pane scrollbar issue #286
  • Outer ignore file panel now has max height rule #257
  • Properly coloring of subdirectories #255
  • Setting "Enable ignoring" does not really work #298

.ignore v1.6

11 Feb 02:56
@hsz hsz
Compare
Choose a tag to compare

v1.6 (2016-11-23)

Full Changelog

Implemented enhancements:

  • Unignore Files #250
  • Default icon for .ignore files #258
  • StyleLint (.stylelintignore) support #241

Fixed bugs:

  • Method OuterIgnoreLoaderComponent.getOuterFiles must not return null #240
  • Coloring problem at project startup #246
  • Fixed freeze report in ExternalExec #256
  • ConcurrentModificationException in IgnoreReferenceSet #269
  • Stop indexing excluded files/directories #273
  • NoSuchMethodError: com.intellij.util.containers.ContainerUtil.getFirstItem #263
  • CacheMap.getParentStatus must not return null #242

Full Changelog History

.ignore v1.5

13 Jun 15:15
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Create user templates with existing ignore entries
  • Favorite templates feature #236
  • Generate without comments and empty lines #229

Fixed bugs:

  • NoSuchMethodError on ContainerUtil.notNullize #232
  • Refactoring of the external executable process #233

.ignore v1.4.1

24 May 02:45
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Add Unversioned Files to .gitignore (Git) #124
  • Add to 'exclude' (Git) #133
  • Exclude file preview (Git) #132
  • Allow user to specify position of appended entries #216
  • JetPack (.jpmignore) support #215

Fixed bugs:

  • NoSuchMethodError in IDEA 2016.2 EAP #225
  • ConcurrentModificationException #221
  • ClassCastException: ...FileImpl cannot be cast to IgnoreFile #220
  • Problem files coloring #219
  • Subfolders recognition #218
  • Tricky ignore rules issue #214
  • "Entry never used" invalid #213
  • NoSuchMethodError exception #211
  • Double star pattern /** doesn't gray out files in subdirectories #165

.ignore v1.3.3

04 Apr 21:13
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Import / Export templates #194
  • Generate rules without duplicates #164
  • Global gitignore section resize #187
  • .eslintignore support #175
  • .cfignore support #161

Fixed bugs:

  • CPU performance fixes #154, #204
  • Ignored files are no longer being colored correctly #174
  • Fatal Error on changing project name #203 #193 #170
  • .gitignore_global causes plugin to crash #198
  • ClassCastException when editing .gitignore on remote file system #196
  • ClassCastException on JSP #195
  • Global gitignore section scrolling #186
  • "Unclosed character class" warning is wrong #166
  • IgnoreSettings settings must produce stable state #162
  • Global ignore error #190
  • IgnoreParserUtil exception #211

.ignore v1.2

13 Aug 12:05
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Prevent ignore file creation when dialog generator is canceled #156
  • Add leading slash to the entry when invoking Add to ignore file action #141
  • Floobits (.flooignore) support #152
  • Add ignore rules at the cursor position #153
  • Insert syntax: glob for non-glob ignore types when creating new file #158
  • Close ignored files action #160

Fixed bugs:

  • Project base dir should not be null in Utils.isInProject #145
  • NPE in FossilLanguage.getOuterFile #157
  • Removed \0 from the generated content. #155
  • ClassCastException while indexing #150
  • IllegalAccessError for StringUtil.escapeChar(String, char) in IntelliJ 12.x #149
  • Migration to JPanel because of the broken IntelliJ API (JBPanel NoClassDefFoundError) #146
  • IndexOutOfBoundsException #144
  • InvalidVirtualFileAccessException #107
  • Shorten ignore file path in the context menu #148
  • Assertion and NPE errors fix in Resources
  • Fix for including outer file rules
  • Performance fixes

.ignore v1.1.4

02 Jun 22:17
@hsz hsz
Compare
Choose a tag to compare

Fixed bugs:

  • NoSuchMethodError ContainerUtil.isEmpty(Ljava/util/List;) #140
  • CacheMap.getParentStatus must not return null #138
  • Utils.isUnder - directory must not be null #137
  • NPE after adding null to the files list #130
  • Exclude ignored .ignore files from parsing #125
  • Error while opening project - messageBus not initialized #123
  • Access is allowed from event dispatch thread only #122

.ignore v1.1.2

11 May 09:21
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Disable recursive .ignore check #114
  • Move plugin settings from Other Settings to Version Control section #106
  • Nested repositories handling regression #105
  • Skywinder's github-changelog-generator

Fixed bugs:

  • Argument for @NotNull parameter 'directory' of Utils.isUnder must not be null #115
  • Ignored directory with single asterisk is ignore recursively #113
  • Unexpected ignore coloring of nested file listed as a top level ignore only #112
  • Throwable: Directory index is already disposed for Project (Disposed) PROJECT_NAME #109
  • InvalidVirtualFileAccessException #107
  • Argument for @NotNull parameter 'editor' of EditorFactoryImpl.releaseEditor must not be null #108
  • Indexing node_modules every time when open the project #104
  • Extremely slow behaviour #100
  • WS10 RC Memory Leak #99
  • Lags(several seconds) while editing .ignore #95

.ignore v1.1.1

13 Apr 12:53
@hsz hsz
Compare
Choose a tag to compare
  • Disable non-VCS languages ignoring by default
  • EmptyFileManager class cast exception fix

.ignore v1.1

12 Apr 22:26
@hsz hsz
Compare
Choose a tag to compare
  • Fixed performance issues
  • Handling outside ignore rules (.gitignore global file)
  • Languages settings (configurable list in New file, marking as ignored in Project tree)
  • .jshintignore support (JSHint)
  • ignore-glob support (Fossil)
  • .tfignore support (Team Foundation)
  • .p4ignore support (Perforce)
  • Fixed "Add to null" issue (#96)
  • Fixed @NotNull parameter 'ancestor (#93)
  • Fixed ignored files coloring (#85, #87)
  • Default user template