Skip to content

Releases: JetBrains/idea-gitignore

.ignore v2.2.2

11 Oct 21:04
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Exclude .ignore langages from the "New Scratch" action #448
  • Better discovery of ignored & tracked files #455

Fixed bugs:

  • Mark UP and Prettier as not a VCS languages #483
  • 'directory' for Utils.isUnder must not be null in IgnoreManager #482 #477

.ignore v2.2.1

14 Sep 16:19
@hsz hsz
Compare
Choose a tag to compare

Fixed bugs:

  • Accessing 'IgnoreFilesIndex' during processing #473
  • Write-unsafe context #471
  • Error on opening .gitignore file #470
  • File colouring not working #462

.ignore v2.2.1-RC2

14 Sep 13:39
@hsz hsz
Compare
Choose a tag to compare
.ignore v2.2.1-RC2 Pre-release
Pre-release

Fixed bugs:

  • Accessing 'IgnoreFilesIndex' during processing #473
  • Write-unsafe context #471
  • Error on opening .gitignore file #470
  • File colouring not working #462

.ignore v2.2.1-RC1

06 Sep 07:21
@hsz hsz
Compare
Choose a tag to compare
.ignore v2.2.1-RC1 Pre-release
Pre-release

Implemented enhancements:

  • Migration to the native IDE indexing
  • EAP repository channel
  • Prettier (.prettierignore) support #466

Fixed bugs:

  • File colouring not working #462
  • ~/.gitignore_global is not handled #453
  • NPE in MatcherUtil.match #457
  • 'Outer ignore rules' shows previous project's exclude files #460
  • ExpiringMap causes ArrayIndexOutOfBoundsException #461
  • FileTypeManager.associate run in write-unsafe context #471

.ignore v2.2.0

04 Sep 18:45
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Migration to the native IDE indexing
  • EAP repository channel
  • Prettier (.prettierignore) support #466

Fixed bugs:

  • File colouring not working #462
  • ~/.gitignore_global is not handled #453
  • NPE in MatcherUtil.match #457
  • 'Outer ignore rules' shows previous project's exclude files #460
  • ExpiringMap causes ArrayIndexOutOfBoundsException #461

.ignore v2.1.1

22 Aug 20:14
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Migration to the native IDE indexing
  • EAP repository channel
  • Up (.upignore) support #445

Fixed bugs:

  • Performance improvements #415
  • ConcurrentModificationException in THashIterator #413
  • Read access is allowed from event dispatch thread or inside read-action only #419
  • UnsupportedOperationException in IgnoreEditorManagerListener #399
  • Missing StyleLint parserDefinition #394
  • NoSuchMethodError VcsRepositoryManager.getInstance #403
  • NoClassDefFoundError VcsRepositoryManager #406
  • "Outer" ignore rules include extraneous files #401

.ignore v2.1.0-RC.1

21 Aug 09:18
@hsz hsz
Compare
Choose a tag to compare
.ignore v2.1.0-RC.1 Pre-release
Pre-release

Implemented enhancements:

  • Migration to the native IDE indexing
  • EAP repository channel

Fixed bugs:

  • Performance improvements ##415
  • ConcurrentModificationException in THashIterator ##413
  • Read access is allowed from event dispatch thread or inside read-action only ##419
  • UnsupportedOperationException in IgnoreEditorManagerListener ##399
  • Missing StyleLint parserDefinition ##394

.ignore v2.0.4

29 Jul 23:09
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Migration to the native IDE indexing
  • Git submodules info/exclude files support #287
  • Swagger Codegen (.swagger-codegen-ignore) support (thanks to @jimschubert)
  • Kubernetes Helm (.helmignore) support (thanks to @sergei-ivanov)
  • File type for .dockerignore should not be named 'Docker' #375

Fixed bugs:

  • Files are not marked at startup #379
  • Handle multiple submodules in project (reset parent rules) #383
  • Tracking of ignored files showing false positives #310
  • Correct handle of leading slash on directory name #340
  • Fixed handling excluding (!) entries #350 #344 #361 #364
  • Fixed nested ignoring #346
  • Fixed "You are editing..." message display conditions #351 #352 #356
  • It's prohibited to access index during event dispatching #358 #355 #369
  • Already disposed: com.intellij.util.messages.impl.MessageBusImpl #360
  • NotNull error when changing directory name ##391
  • Fixed missing ESLint parserDefinition ##394
  • Wrap git rm command with quotes ##339
  • Argument for @NotNull parameter 'fragment' must not be null ##345

v2.0.0-rc.1

07 Jun 21:04
@hsz hsz
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Implemented enhancements:

  • Migration to the native IDE indexing
  • Git submodules info/exclude files support #287
  • Swagger Codegen (.swagger-codegen-ignore) support (thanks to @jimschubert)

Fixed bugs:

  • Tracking of ignored files showing false positives #310
  • Correct handle of leading slash on directory name #340
  • Fixed handling excluding (!) entries #350 #344 #361 #364
  • Fixed nested ignoring #346
  • Fixed "You are editing..." message display conditions #351 #352 #356
  • It's prohibited to access index during event dispatching #358 #355 #369
  • Already disposed: com.intellij.util.messages.impl.MessageBusImpl #360

.ignore v1.7.6

23 Feb 15:32
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Preventing or Notification for editing ignored files #319
  • Present untrack git commands to the user in UntrackFilesDialog before execution

Fixed bugs: