IDEs
Team Tools
Dev Guide
Sign In
Search
Upload your plugin
Your plugin for one of our IDEs might be of great use to millions of users.
Upload
IDEs
IntelliJ IDEA
Ultimate
Community
PyCharm
Professional
Community
Educational
PhpStorm
WebStorm
RubyMine
AppCode
CLion
GoLand
DataGrip
Rider
MPS
Android Studio
Upload your plugin
Your plugin for one of our team tools might be of great use to millions of users.
Upload
Team Tools
TeamCity
Hub
YouTrack
Upsource
Dev Guide
IntelliJ Platform SDK
TeamCity extensions
Hub custom widgets
Marketplace EAP
Sign In
.ignore
VCS integration
Compatible with:
IntelliJ IDEA
PhpStorm
WebStorm
PyCharm
RubyMine
AppCode
CLion
GoLand
DataGrip
Rider
MPS
Android Studio
Jul 24, 2018
8 240 869
.ignore
Website
|
GitHub
|
Issues
|
Donate with PayPal
.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), .prettierignore (Prettier), .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)
files in your project.
Features
Files syntax highlight
Coloring ignored files in the Project View
Gitignore templates filtering and selecting in rules generator by name and content
Show ignored files by specified ignore file (right click on
.gitignore
file)
Hide ignored files in Project View
Create file in currently selected directory
Generate Gitignore rules basing on
GitHub's templates collection
Add selected file/directory to ignore rules from popup menu
Suggesting
.gitignore
file creation for new project
Entries inspection (duplicated, covered, unused, relative, incorrect syntax, relative entries) with fix actions
Comments and brackets support
Navigation to entries in Project view
Renaming entries from ignore file
Close opened ignored files action
Custom user templates with import/export features
Create custom templates from existing rules
Favorite templates
Compiled with Java 1.6
Download plugin
Recent change notes
v3.0.0
(2018-07-24)
Full Changelog
Implemented enhancements:
Separated builds for different IDE versions (139-181+)
Abandoned support for <139
Integration with IntelliJ Plugin Verifier
Fixed bugs:
Argument for @NotNull parameter 'settings' of HideIgnoredFilesTreeStructureProvider.modify must not be null (
551
)
Projects leak in ExternalIndexableSetContributor.CACHE (
553
)
Unable to save settings (
552
)
Full Changelog History