Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

.ignore

.ignore plugin that handles .gitignore (and many other dot-ignore like files) in JetBrains IDEs (IntelliJ, PhpStorm, Android Studio, ...).
Collective - Host: opensource - https://opencollective.com/ignore - Code: https://github.com/hsz/idea-gitignore

`Couple` reverted to `Pair` because of compatibility issues

github.com/JetBrains/idea-gitignore - 9845322026c773e8f9267edf1bdbf59f14262fe9 authored over 10 years ago by hsz <[email protected]>
ignore file group action compatibility with 131+

github.com/JetBrains/idea-gitignore - 91f22d632c5fc1308a3b4ffa593c4b2e604882dd authored over 10 years ago by hsz <[email protected]>
unused entry inspection fix for glob

github.com/JetBrains/idea-gitignore - 50779880060f1db5651f6e58762a951c460bb854 authored over 10 years ago by hsz <[email protected]>
Fixed NoSuchMethodError for FileReferenceHelper.getPsiFileSystemItem

github.com/JetBrains/idea-gitignore - 18882f56c25d447b907f975a648733c128f865c2 authored over 10 years ago by hsz <[email protected]>
reference set recursive walk

github.com/JetBrains/idea-gitignore - 83c63e7e150e67555b8ce5c47fb2028cbb16085e authored over 10 years ago by hsz <[email protected]>
glob tests + refactoring

github.com/JetBrains/idea-gitignore - 2f56f83087054951f5b804bffef310a48fe9dfb5 authored over 10 years ago by hsz <[email protected]>
removed deprecated createRegexFromGlob

github.com/JetBrains/idea-gitignore - fbf65a251be8221eb8f9b1c8e2ff6c9f876df113 authored over 10 years ago by hsz <[email protected]>
Fix ant build.xml to replace incorrect dir separator

github.com/JetBrains/idea-gitignore - b48d3ee9509f4524b7ffa93919023d5b88da47b5 authored over 10 years ago by Ivo Smid <[email protected]>
Support build.xml on Windows

github.com/JetBrains/idea-gitignore - 40f9d57b29345cd13cf21c5e997dc3a36a08802d authored over 10 years ago by Ivo Smid <[email protected]>
duplicateEntry quickFix test fix

github.com/JetBrains/idea-gitignore - 688d1680f9524efbd4e76c7cb1082863d706fca7 authored over 10 years ago by hsz <[email protected]>
added missing testData

github.com/JetBrains/idea-gitignore - 6d86e7f4cb97a63d91bd933df0994f2fea935c90 authored over 10 years ago by hsz <[email protected]>
Merge pull request #29 from zolotov/negation-resolving-fix

Negation resolving fix

github.com/JetBrains/idea-gitignore - dd77df3a6c2ed9ecdb91d9956e2a03dadf0fe60c authored over 10 years ago by Jakub Chrzanowski <[email protected]>
Fix test data

github.com/JetBrains/idea-gitignore - c8403faed8d4768aa5b0e701474449eec3cfc089 authored over 10 years ago by Alexander Zolotov <[email protected]>
Fix negation resolving

github.com/JetBrains/idea-gitignore - 377a45c869657cf27c09b04b0ac7ae5329c96bdf authored over 10 years ago by Alexander Zolotov <[email protected]>
allow adding many files from Project tree

github.com/JetBrains/idea-gitignore - dc09b89b47bc334507c03a40b07c002135dd28d2 authored over 10 years ago by hsz <[email protected]>
remove entry with CRLF if following - NPE fix, handle previous sibling

github.com/JetBrains/idea-gitignore - 5795e97c94c52e82b765885a237b800c85e3011c authored over 10 years ago by hsz <[email protected]>
remove entry with CRLF if following

github.com/JetBrains/idea-gitignore - 736aee7a2a2ab88efd010c3ae6019a74517debdc authored over 10 years ago by hsz <[email protected]>
Merge pull request #25 from zolotov/cleanup-inspections

Cleanup inspections

github.com/JetBrains/idea-gitignore - b3e3ce3bbbdb9762b86f76f2d526e369ded922a8 authored over 10 years ago by Jakub Chrzanowski <[email protected]>
IgnoreFileGroupAction refactoring

github.com/JetBrains/idea-gitignore - 93496dd74aaf24a5894a0ef26b0313ef78a8843c authored over 10 years ago by hsz <[email protected]>
bnf fix for leading slash

github.com/JetBrains/idea-gitignore - 63105e7f2bd8f675e63b574e1fcfaa945fcaece8 authored over 10 years ago by hsz <[email protected]>
Fixed #17 Prevent adding duplicate entries

github.com/JetBrains/idea-gitignore - 5359183357e33508a9d49a71cf9a5df705d1e934 authored over 10 years ago by hsz <[email protected]>
Many files support for 'Add to .gitignore'

github.com/JetBrains/idea-gitignore - 0289e8f1d9dc9a7a67b55c840e20a2b7caccbd30 authored over 10 years ago by hsz <[email protected]>
Cleanup dupilcate inspection

- reimplement with visitor
- do not use List for contains operations
- extrac remove-quick...

github.com/JetBrains/idea-gitignore - ed5e50b3dd65ffb65f85494f555c8d1120524506 authored over 10 years ago by Alexander Zolotov <[email protected]>
Mute incompatible test

github.com/JetBrains/idea-gitignore - cfd38bd5b9da9b1a7ce6a89682a79087e08ef039 authored over 10 years ago by Alexander Zolotov <[email protected]>
Add remove-entry quick fix

github.com/JetBrains/idea-gitignore - 1540388a8924c835af9fc48ccf59494c07ff4464 authored over 10 years ago by Alexander Zolotov <[email protected]>
change group name

github.com/JetBrains/idea-gitignore - 257955be4ef2cc54391de5358d2c28b5694b94e8 authored over 10 years ago by Alexander Zolotov <[email protected]>
Disable quickfix for relative paths

github.com/JetBrains/idea-gitignore - 820df3393527b135818523ab8858fe1b08377b86 authored over 10 years ago by Alexander Zolotov <[email protected]>
Cleanup dupilcate inspection

- reimplement with visitor
- add tests

github.com/JetBrains/idea-gitignore - a50063a2d63296ce4270500ab7f606f116246cb5 authored over 10 years ago by Alexander Zolotov <[email protected]>
Cleanup unused inspection

- reimplement with visitor
- reuse reference
- add tests

github.com/JetBrains/idea-gitignore - d22105cdbc68a9e6167976e3ba0db319e8f13ee5 authored over 10 years ago by Alexander Zolotov <[email protected]>
GitignoreDirectoryMarkerProvider migrated to LineMarkerProvider

github.com/JetBrains/idea-gitignore - 96d79e66001d38fb360a8f97a16eb87701fcd2fd authored over 10 years ago by hsz <[email protected]>
Fixed `Utils#getRelativePath`

github.com/JetBrains/idea-gitignore - 32032a5de6ed522ee1e834a6c19f17821ad8ece7 authored over 10 years ago by hsz <[email protected]>
String#compareToIgnoreCase

github.com/JetBrains/idea-gitignore - d5ea24f6f087053aba72fb963fe29f73938eef8f authored over 10 years ago by hsz <[email protected]>
unused entry inspection, inspections levels fix

github.com/JetBrains/idea-gitignore - 9c64e21d119f49678ccf81febdf1a7d16d621e12 authored over 10 years ago by hsz <[email protected]>
cover entry inspection fix

github.com/JetBrains/idea-gitignore - 3c54d7e6d3237b4c54189f850c4832778bd149c1 authored over 10 years ago by hsz <[email protected]>
removed unused `obtainEntryType` method

github.com/JetBrains/idea-gitignore - 8ee007e7a5c5031470bf4f5316063de210308441 authored over 10 years ago by hsz <[email protected]>
directory line marker provider

github.com/JetBrains/idea-gitignore - 22350a872b7eb2eed77f289fbb8afec268b7c6bf authored over 10 years ago by hsz <[email protected]>
info message replaced with notification

github.com/JetBrains/idea-gitignore - b9d1cd56a0bc6209e2c3da72013db73adc4c2e56 authored over 10 years ago by hsz <[email protected]>
Sorted templates list

github.com/JetBrains/idea-gitignore - affd40183f0fb6570bcbbf594322a9d3ddc3a887 authored over 10 years ago by hsz <[email protected]>
flex fix for grouping entries

github.com/JetBrains/idea-gitignore - 097ae6057d117b806abd80f53d29e0f84ad627ae authored over 10 years ago by hsz <[email protected]>
Merge branch 'brace-matcher'

github.com/JetBrains/idea-gitignore - bc28504629c242b04640fa35b95114603719731d authored over 10 years ago by hsz <[email protected]>
Merge branch 'brace-matcher'

github.com/JetBrains/idea-gitignore - 01902323d2e76ff93e32ac1fa30120ddfea89bcb authored over 10 years ago by hsz <[email protected]>
Merge branch 'zolotov-cleanup'

github.com/JetBrains/idea-gitignore - 026f01658bdb7f31911fa2ac6da95e28088ed6ee authored over 10 years ago by hsz <[email protected]>
Merge branch 'cleanup' of https://github.com/zolotov/idea-gitignore into zolotov-cleanup

github.com/JetBrains/idea-gitignore - 843ae885afb4f41712d882f2b09fa099bf4ff042 authored over 10 years ago by hsz <[email protected]>
Cleanup by @zolotov

github.com/JetBrains/idea-gitignore - d5d3385f5babd82139563aa55922602016c7cf62 authored over 10 years ago by hsz <[email protected]>
external repo update

github.com/JetBrains/idea-gitignore - 18fcb993c63172ffd11dff1a8c6fddb06879e73c authored over 10 years ago by hsz <[email protected]>
brace matcher, bnf refactoring, file/directory removed color schemes - added braces, slash, value

github.com/JetBrains/idea-gitignore - 645d13a97a1c8ec91df05e786d7f1155794d6839 authored over 10 years ago by hsz <[email protected]>
Merge pull request #23 from zolotov/fix-readme

Add extra info to README

github.com/JetBrains/idea-gitignore - e78278a3e91f162b6137a8efef3a359f77305ca3 authored over 10 years ago by Jakub Chrzanowski <[email protected]>
Merge pull request #22 from zolotov/extract-matching-method

Compile pattern before checking

github.com/JetBrains/idea-gitignore - 6b1917fa5cd5503cc2d3fb280a08bdd8378a8ae7 authored over 10 years ago by Jakub Chrzanowski <[email protected]>
Merge pull request #21 from zolotov/ui

Reimplement generator dialog

github.com/JetBrains/idea-gitignore - fc68163fe7ee39e71e028ee61fc8a23f727fe2f7 authored over 10 years ago by Jakub Chrzanowski <[email protected]>
Replace language with constant

github.com/JetBrains/idea-gitignore - 143198e20233ad37c748a151f0ffb5c98b1d597a authored over 10 years ago by Alexander Zolotov <[email protected]>
Cleanup according to inspections reports

github.com/JetBrains/idea-gitignore - 792a9bfca4ff5ce7d2eea61d4b44e8532da37c8a authored over 10 years ago by Alexander Zolotov <[email protected]>
Test completion with glob

github.com/JetBrains/idea-gitignore - 5a672e571ca1688aafda598d04163bb79e00608c authored over 10 years ago by Alexander Zolotov <[email protected]>
Add resolving tests

github.com/JetBrains/idea-gitignore - 7e5e76a19b7e8812b87b1f98221193f78f09bc5c authored over 10 years ago by Alexander Zolotov <[email protected]>
Remove useless methods from parser definition

github.com/JetBrains/idea-gitignore - 4fa900f432ee664e9b27e4625258a576a28c1e87 authored over 10 years ago by Alexander Zolotov <[email protected]>
Replace some code with util methods

github.com/JetBrains/idea-gitignore - 97d7335a5b55d372775d5e16b8ed012c14554f37 authored over 10 years ago by Alexander Zolotov <[email protected]>
Action must implement update method + cleanup actions

github.com/JetBrains/idea-gitignore - 69cf7cd9504cd9d06a9513f80715a989bc181d7a authored over 10 years ago by Alexander Zolotov <[email protected]>
Add extra info to README

github.com/JetBrains/idea-gitignore - 8a1fa7c5a3e8aeaea9fc6383a4183916d2e7c7f2 authored over 10 years ago by Alexander Zolotov <[email protected]>
Compile pattern before checking

github.com/JetBrains/idea-gitignore - 832b99c090b5c5d3d31336fd50787be66067ed42 authored over 10 years ago by Alexander Zolotov <[email protected]>
Reimplement generator dialog with 'native' filtering component and real preview editor

github.com/JetBrains/idea-gitignore - fd8f6fb544d17e352d83cc1a5c78bb9f6973403c authored over 10 years ago by Alexander Zolotov <[email protected]>
PatternSyntaxException handling

github.com/JetBrains/idea-gitignore - df4a656cbcbccdadbb1aac67585fa6d86625e1c0 authored over 10 years ago by hsz <[email protected]>
Merge pull request #20 from zolotov/references

Completion/resolving/rename refactoring

github.com/JetBrains/idea-gitignore - 9fbcf3f80a228cc6b1aba209db836bdfb8df7739 authored over 10 years ago by Jakub Chrzanowski <[email protected]>
Fix possible compatibility issues with 138.* builds

github.com/JetBrains/idea-gitignore - 7d7f9b85deccf90df19e75fd63ad9c905b9979c3 authored over 10 years ago by Alexander Zolotov <[email protected]>
Implement rename refactoring

github.com/JetBrains/idea-gitignore - 5c2f80a73ecfb496e0d46675dab9b48ec64912ee authored over 10 years ago by Alexander Zolotov <[email protected]>
Allow only parent directory of current file as a default context

github.com/JetBrains/idea-gitignore - 5d4a5131c071ea033c21d51b556bb7e46c5c4905 authored over 10 years ago by Alexander Zolotov <[email protected]>
Simplify retrieving psiFileItem

github.com/JetBrains/idea-gitignore - c2f5b1d82468e13f9322e75b4d3a04afc11bb91f authored over 10 years ago by Alexander Zolotov <[email protected]>
Remove old completion implementation and make test green

github.com/JetBrains/idea-gitignore - 145a0e58371c02b0cd7eb5ed61fd9ca0108f11d3 authored over 10 years ago by Alexander Zolotov <[email protected]>
Add file references

github.com/JetBrains/idea-gitignore - b5842c6ae7a2760bfdcbf3cab4268f307171e585 authored over 10 years ago by Alexander Zolotov <[email protected]>
Introduce base element for gitIgnore psi

github.com/JetBrains/idea-gitignore - 1d63636c35ab0b0281c7e2cd02237a093db90d4c authored over 10 years ago by Alexander Zolotov <[email protected]>
Add completion tests

github.com/JetBrains/idea-gitignore - 7f8b98fd8f0f269912ac941c44af79158425388b authored over 10 years ago by Alexander Zolotov <[email protected]>
Prevent NPE for fake files

github.com/JetBrains/idea-gitignore - 24e7fc4d340171b068ad0b1160d0703e03f10721 authored over 10 years ago by Alexander Zolotov <[email protected]>
Merge pull request #19 from hsz/glob-parser

Glob parser, Cover entry inspection

github.com/JetBrains/idea-gitignore - 359ebf11f59a99c4c33e5082c7f9415e492e78dd authored over 10 years ago by Jakub Chrzanowski <[email protected]>
cover entry inspection, glob find includes nested matches

github.com/JetBrains/idea-gitignore - cd94e76db23589b10343cf95b9a7509a73833687 authored over 10 years ago by hsz <[email protected]>
cover entry, glob parser

github.com/JetBrains/idea-gitignore - 1c29b592c821a115a497b828b597844aee1fd0d6 authored over 10 years ago by hsz <[email protected]>
EsotericSoftware/wildcard library attached

github.com/JetBrains/idea-gitignore - 0e916c7e037159c70754a751ae2a6a64a6b1a768 authored over 10 years ago by hsz <[email protected]>
duplicate entry inspection

github.com/JetBrains/idea-gitignore - 8029cb83254fe10583f246c069f194bb39740fe4 authored over 10 years ago by hsz <[email protected]>
common method to return file/directory entry from entry element

github.com/JetBrains/idea-gitignore - 774712ead939180c93612e23b23a2de78ad6770d authored over 10 years ago by hsz <[email protected]>
Fixed #8 - obtain if entry without ending slash is directory

github.com/JetBrains/idea-gitignore - 11d0dcef76750e2ab4e9cfe758cdff6c92ea955b authored over 10 years ago by hsz <[email protected]>
Messages moved to external properties file

github.com/JetBrains/idea-gitignore - b817ed42217490eb69e1daa548ea9b51fe95f14a authored over 10 years ago by hsz <[email protected]>
removed invalid condition

github.com/JetBrains/idea-gitignore - 04ad299e3538d395de9dad734c938c9a7cc740a6 authored over 10 years ago by hsz <[email protected]>
Fixed #14 NoSuchMethodError if older SDK does not support notification panel's icon

github.com/JetBrains/idea-gitignore - 93ea6b74af41ab3fa415c719f658997ecc18befd authored over 10 years ago by hsz <[email protected]>
Fixed #13 - template's wrong line separator

github.com/JetBrains/idea-gitignore - a57acd46f149218c376092488bb7c8f207ed2c63 authored over 10 years ago by hsz <[email protected]>
Merge pull request #16 from hsz/show-ignored

Show ignored files

github.com/JetBrains/idea-gitignore - 3fd8637683cdf0ab038855fd003e4e132001e5a9 authored over 10 years ago by Jakub Chrzanowski <[email protected]>
Matching ignored/unignored files, displaying project tree

github.com/JetBrains/idea-gitignore - ceab21fbf570ade134740b98f66e3866e1511600 authored over 10 years ago by hsz <[email protected]>
bnf/flex refactoring

github.com/JetBrains/idea-gitignore - ab5c95e3919c8e5fa883baf6ef13ba2b288939a3 authored over 10 years ago by hsz <[email protected]>
Show Ignored Action - WIP

github.com/JetBrains/idea-gitignore - 1f8758972b0637759aeb601916dc83a0859af4a4 authored over 10 years ago by hsz <[email protected]>
Negation syntax style changed

github.com/JetBrains/idea-gitignore - d55e0b74f878dcbd0e3b6bf9cd818266bc21cd74 authored over 10 years ago by hsz <[email protected]>
Add file to .gitignore from popup menu

github.com/JetBrains/idea-gitignore - 07d414a9b5a78bf73cd968204d5f8efbb6d19cbc authored over 10 years ago by hsz <[email protected]>
Fixed #10 AssertionError: PsiElement(NEGATION) on `!`

github.com/JetBrains/idea-gitignore - d830f3d4c58dcbe40db0cb8c0a49e75fc9e34ed1 authored over 10 years ago by hsz <[email protected]>