Idea Gitignore Versions Save

.ignore support plugin for IntelliJ IDEA

v4.5.3

1 month ago
  • Add support for WP-CLI .distignore files
  • Stop banner from displaying if file is not editable by user
  • Fixed deprecated methods usage

v4.5.2

7 months ago
  • Fixed com.intellij.openapi.util.TraceableDisposable$DisposalException: Double release of editor
  • Improve module root detection in Rider
  • Fixed issue when starring the template, marks both gitignore and toptal entries #844
  • Fixed ConcurrentModificationException in UnignoreFileGroupAction#GetChildren #860
  • Fixed UI freeze caused by BulkFileListener.handleEvent
  • Fixed "Expected directory instead of file" if .git is a file (worktrees case) #842

v4.5.1

10 months ago
  • Fixed Slow operations are prohibited on EDT #831
  • Fixed ActionGroup should be registered using <group> tag #829
  • Fixed AlreadyDisposedException when accessing FileStatusManager in IgnoreManager
  • Removed the unused entry inspection feature as it caused performance issues and false positives. [#805(https://github.com/hsz/idea-gitignore/issues/805)

v4.5.0

1 year ago
  • 2023.1 support
  • Add toptal templates to the list
  • Add "Add Template..." and "Create User Template" actions to the context menu of .gitignore files
  • .terraformignore (Terraform) support
  • .openapi-generator-ignore (OpenAPI Generator) support

v4.4.4

1 year ago
  • Fixed .ignore crashes IDE during project opening #793
  • Remove the untilBuild boundary
  • Update github/gitignore submodule

v4.4.3

1 year ago
  • Maintenance release

v4.4.2

1 year ago
  • Maintenance release

v4.4.1

1 year ago
  • Support for IntelliJ-based IDEs in 2022.2 version

v4.4.0

2 years ago
  • IDEA-284447 Titled Borders aren't being themed correctly
  • Support for IntelliJ-based IDEs in 2022.1 version
  • Fixed ExpiringMap#get flow
  • Remove OK action from the IgnoredEditingNotificationProvider

v4.3.0

2 years ago
  • Fixed GeneratorDialog – When the filter condition changes, the selected items aren't remembered
  • Fixed Cannot create class mobi.hsz.idea.gitignore.settings.IgnoreSettingsConfigurable
  • .ignore (Sourcegraph) support
  • Promote .gitignore in the New > .ignore File group