All Projects → JetBrains → Idea Gitignore

JetBrains / Idea Gitignore

Licence: apache-2.0
.ignore support plugin for IntelliJ IDEA

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Idea Gitignore

I18nplugin
Intellij idea i18next support plugin
Stars: ✭ 43 (-96.25%)
Mutual labels:  intellij, intellij-plugin
Intellij Sdk Docs
IntelliJ SDK Platform Documentation
Stars: ✭ 913 (-20.4%)
Mutual labels:  intellij, intellij-plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-98.52%)
Mutual labels:  intellij, intellij-plugin
Intellij Solidity
Solidity plugin for IntelliJ
Stars: ✭ 646 (-43.68%)
Mutual labels:  intellij, intellij-plugin
Grazi
Grammar checking and more for IntelliJ IDEA
Stars: ✭ 32 (-97.21%)
Mutual labels:  intellij, intellij-plugin
Acejump
🅰️ single character search, select, and jump
Stars: ✭ 786 (-31.47%)
Mutual labels:  intellij, intellij-plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (-97.65%)
Mutual labels:  intellij, intellij-plugin
Intellij
IntelliJ plugin for Bazel projects
Stars: ✭ 500 (-56.41%)
Mutual labels:  intellij, intellij-plugin
Gradle Dependencies Plugins Helper Plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 31 (-97.3%)
Mutual labels:  intellij, intellij-plugin
Sfcc Studio
Salesforce Commerce Cloud (SFCC) Studio Plugin for Jetbrains IDEs
Stars: ✭ 30 (-97.38%)
Mutual labels:  intellij, intellij-plugin
Intellij Platform Plugin Template
Template repository for creating plugins for IntelliJ Platform
Stars: ✭ 637 (-44.46%)
Mutual labels:  intellij, intellij-plugin
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-97.04%)
Mutual labels:  intellij, intellij-plugin
Bashsupport
Bash and shell script language support for JetBrains IDEs. Please refer to www.bashsupport.com/news/bashsupport-pro-1.3/ for the reasons.
Stars: ✭ 588 (-48.74%)
Mutual labels:  intellij, intellij-plugin
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (-30.51%)
Mutual labels:  intellij, intellij-plugin
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (-53.18%)
Mutual labels:  intellij, intellij-plugin
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (-98.34%)
Mutual labels:  intellij, intellij-plugin
Highlightbracketpair
🔆 Highlight bracket pair plugin for intellij
Stars: ✭ 428 (-62.69%)
Mutual labels:  intellij, intellij-plugin
Texify Idea
LaTeX support for the IntelliJ platform by JetBrains.
Stars: ✭ 436 (-61.99%)
Mutual labels:  intellij, intellij-plugin
Intellij Music
Play fancy music based on your keyboard activity in IDE
Stars: ✭ 28 (-97.56%)
Mutual labels:  intellij, intellij-plugin
Mongo4idea
MongoDB integration in Intellij
Stars: ✭ 966 (-15.78%)
Mutual labels:  intellij, intellij-plugin

.ignore 4.0.3

official JetBrains project Build

Version Downloads Downloads last month

Introduction

.ignore is a plugin for:

  • .gitignore (Git)
  • .hgignore (Mercurial)
  • .npmignore (NPM)
  • .dockerignore (Docker)
  • .chefignore (Chef)
  • .cvsignore (CVS)
  • .bzrignore (Bazaar)
  • .boringignore (Darcs)
  • .mtn-ignore (Monotone)
  • ignore-glob (Fossil)
  • .jshintignore (JSHint)
  • .tfignore (Team Foundation)
  • .p4ignore (Perforce)
  • .flooignore (Floobits)
  • .eslintignore (ESLint)
  • .cfignore (Cloud Foundry)
  • .jpmignore (Jetpack)
  • .stylelintignore (StyleLint)
  • .stylintignore (Stylint)
  • .swagger-codegen-ignore (Swagger Codegen)
  • .helmignore (Kubernetes Helm)
  • .upignore (Up)
  • .prettierignore (Prettier)
  • .ebignore (ElasticBeanstalk)
  • .gcloudignore (Google Cloud)

files in your project. It supports the following IDEs:

  • Android Studio
  • AppCode
  • CLion
  • IntelliJ IDEA
  • PhpStorm
  • PyCharm
  • RubyMine
  • WebStorm
  • DataGrip

Features

  • Files syntax highlight
  • 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 a file in the currently selected directory
  • Generate Gitignore rules basing on GitHub's templates collection
  • Add a selected file/directory to Gitignore rules from the popup menu
  • Suggesting .gitignore file creation for a new project
  • Entries inspection (duplicated, covered, unused, incorrect syntax, relative entries) with quick-fix actions
  • Comments and brackets support
  • Navigation to entries in Project view
  • Renaming entries from a dot-ignore file
  • Close opened ignored files action
  • Custom user templates with import/export features

Supported IDEs

Since v4.0.0, .ignore plugin updates will be delivered only to the latest stable IDE version.

No worries! It means .ignore for all IDE version from before - 139-193 - will be frozen at v3.x.x.

Installation

  • Using IDE built-in plugin system:
    • Preferences > Plugins > Browse repositories... > Search for ".ignore" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...

Restart IDE.

Early Access Preview

If you are working with IDEs in EAP version, like IntelliJ 2021.1 EAP, there is eap channel introduced to provide the .ignore plugin updates supporting such versions.

To enable EAP updates of the .ignore plugin, add the https://plugins.jetbrains.com/plugins/eap/7495 URL in the IDE settings:

Preferences > Plugins > Manage Plugin Repositories...

EAP Channel

Usage

  1. Generate a new file and templates usage

    To generate new ignore file, just click on File > New or use Alt + Insert shortcut and select .ignore file element.

    Generate new file

  2. Support for typing new rules, linking rules with matched files

    Support for typing new rules

  3. Code inspections

    Code inspections covers few cases:

    • duplicated entries (checks if entry is defined more than once)
    • covered entries - entry is covered by more general one
    • unused entries
    • incorrect syntax (regexp rules)
    • relative entries

    Code inspections

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].