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

#204 - DumbService + fileStatusesChanged

github.com/JetBrains/idea-gitignore - 160b20df3d775dd5e8cb24ef9752bddacef2f19c authored almost 9 years ago by hsz <[email protected]>
#204 - rewritten IgnoreManager tasks, ExecutorService implementation

github.com/JetBrains/idea-gitignore - aeb7b03d250e8e787dea6c6a80ce3f33cd86fc18 authored almost 9 years ago by hsz <[email protected]>
Update README.md

github.com/JetBrains/idea-gitignore - 1d1883e6520a649030560aa11b87bcc02efd20e3 authored almost 9 years ago by Jakub Chrzanowski <[email protected]>
travis: Workaround for buffer overflow

github.com/JetBrains/idea-gitignore - 51b809faa553128b5066caaec08838e547d39992 authored almost 9 years ago by hsz <[email protected]>
tests fix, recursive operation cache

github.com/JetBrains/idea-gitignore - 271e2f6f99e8dc1267943c9a5baddccef112c1ee authored almost 9 years ago by hsz <[email protected]>
migration to gradle

github.com/JetBrains/idea-gitignore - 88810d990ec42eb56a4849f0f2d5603a7454aa57 authored almost 9 years ago by hsz <[email protected]>
updated gitignore submodule

github.com/JetBrains/idea-gitignore - eb5c4ead4de569dbdadddedc2a75c6f626665b25 authored almost 9 years ago by hsz <[email protected]>
migration to gradle

github.com/JetBrains/idea-gitignore - 8579df78a2ab72b39db0de90875396276694b5b6 authored almost 9 years ago by hsz <[email protected]>
reverted LinkLabel usage

github.com/JetBrains/idea-gitignore - d77f78cb65ef52b59ab8ec3ff364aa6fd8843b4a authored almost 9 years ago by hsz <[email protected]>
fixed NoClassDefFound in IDEA 12

github.com/JetBrains/idea-gitignore - af5a15a9bd300e21460528be4d4c7e09993e9c35 authored almost 9 years ago by hsz <[email protected]>
Performance fixes - removed recursive files visitors, rules matches caching, improved rules testing

github.com/JetBrains/idea-gitignore - 567bf2d3cc54d4468bf93a08af84c51a6e27c781 authored almost 9 years ago by hsz <[email protected]>
delayed gitignore parser request

github.com/JetBrains/idea-gitignore - 775d852c69904ca3dc95372abb288b4594e63f8f authored almost 9 years ago by hsz <[email protected]>
gitignore submodule update

github.com/JetBrains/idea-gitignore - a7a638fd99855f4e2a9d2d1b294c67ed94e13996 authored almost 9 years ago by hsz <[email protected]>
gitignore submodule update

github.com/JetBrains/idea-gitignore - 5107c72566b6c3d240d321c12ba64781f641b55d authored almost 9 years ago by hsz <[email protected]>
#208 - Abbandoned DubmService in IgnoreManager

github.com/JetBrains/idea-gitignore - 6b372532667ea0e631991b0486127060e5c29a37 authored almost 9 years ago by hsz <[email protected]>
Fixed #205 - Error: String index out of range

github.com/JetBrains/idea-gitignore - c0b71eb1d3972f487c63c3b58fc9f89b1302a69e authored almost 9 years ago by hsz <[email protected]>
v1.3 release - readme

github.com/JetBrains/idea-gitignore - 259fe5f9d12430cf811dc6b2875d45d7270cf429 authored almost 9 years ago by hsz <[email protected]>
Updated gitignore templates submodule

github.com/JetBrains/idea-gitignore - 2b1419a802e4a9efbf8f0b929c5b44a18de7155e authored almost 9 years ago by hsz <[email protected]>
Implemented #194 - Import / Export templates

github.com/JetBrains/idea-gitignore - 1aa06af006d6a92d6e3d412b8a8525e856468647 authored almost 9 years ago by hsz <[email protected]>
Plugin version stored in settings to obtain if updated

github.com/JetBrains/idea-gitignore - 9987707cdfb86eff4efe131457a603bbbe00b157 authored almost 9 years ago by hsz <[email protected]>
Fixed #203 - Fatal Error on changing project name

github.com/JetBrains/idea-gitignore - 14c283b025a5fe68e3c719f5f71c478824faf5ca authored almost 9 years ago by hsz <[email protected]>
Fixed #154 - Gitignore global abuses CPU

github.com/JetBrains/idea-gitignore - ec94a3d942499e03ef3a17f4564a3ccb973e187e authored almost 9 years ago by hsz <[email protected]>
Removed reference to the deprecated ConcurrentHashMap

github.com/JetBrains/idea-gitignore - abfe501b51cac366a9318212655055a917f79dcd authored almost 9 years ago by hsz <[email protected]>
#174 - ignored files are no longer being colored correctly in Intellij IDEA 15

github.com/JetBrains/idea-gitignore - f30ad22589802a174e3953ad341e2abd394071ee authored almost 9 years ago by hsz <[email protected]>
Implemented #187 - Can't resize the global gitignore section

github.com/JetBrains/idea-gitignore - 59d7b04b07290d7c8959dfae0dce1683bb87de5e authored almost 9 years ago by hsz <[email protected]>
Fixed #186 - Scrolling in global gitignore section

github.com/JetBrains/idea-gitignore - 6496d324df521ef0dc9e125d514adea0fa8335b5 authored almost 9 years ago by hsz <[email protected]>
fixed gitignore global lookup

github.com/JetBrains/idea-gitignore - 2e5d94eac470e837267736fde06c6ecb8e1eba3c authored almost 9 years ago by hsz <[email protected]>
Fixed #190 - Global ignore error

github.com/JetBrains/idea-gitignore - 7fc6b35a5613168e2130b45eafac956adf311da1 authored almost 9 years ago by hsz <[email protected]>
Fixed #193 - Fatal Error expirienced after project dir was changed

github.com/JetBrains/idea-gitignore - 86308c70560cd6b00feb02b42f599d64fa4c4fc7 authored almost 9 years ago by hsz <[email protected]>
Fixed #196 - ClassCastException when editing .gitignore on remote file system

github.com/JetBrains/idea-gitignore - 634133ef622fb0a27addff0e3efd6606eaa46042 authored almost 9 years ago by hsz <[email protected]>
Fixed #195 - ClassCastException on JSP

github.com/JetBrains/idea-gitignore - 82acc0ddbc9cde9808b88b9e6c923bdc1ac1844c authored almost 9 years ago by hsz <[email protected]>
Fixed #198 - .gitignore_global causes plugin to crash

github.com/JetBrains/idea-gitignore - 133d7b15eb52579b0b2df9e6f85b337bba52376a authored almost 9 years ago by hsz <[email protected]>
Update README.md

github.com/JetBrains/idea-gitignore - cf1183fdc6a77108283ed94de9a355b75b2fa06f authored almost 9 years ago by Jakub Chrzanowski <[email protected]>
Removed VfsUtil.VFS_PATH_SEPARATOR - not available in IDEA15

github.com/JetBrains/idea-gitignore - a9b7b8dd2002a452e2cd79b47427e7468c6e5460 authored about 9 years ago by hsz <[email protected]>
Moved PLUGIN_ID constant

github.com/JetBrains/idea-gitignore - d3d5f5da8056d238ac153e97c2a0685cbc1893a0 authored about 9 years ago by hsz <[email protected]>
Fixed #170 - Argument for @NotNull parameter 'directory' of Utils.getRelativePath must not be null

github.com/JetBrains/idea-gitignore - 1f580ccce5da2c2289cf47fc559510f06925dd85 authored about 9 years ago by hsz <[email protected]>
Fixed NPE when selecting template group

github.com/JetBrains/idea-gitignore - 7876001a92a49a37bf8450f6d336f26719a513d4 authored about 9 years ago by hsz <[email protected]>
Fixed #166 - Allow slash in brackets

github.com/JetBrains/idea-gitignore - 115b474841a0b8c08a7274730558f49c63c26a8f authored about 9 years ago by hsz <[email protected]>
Resolved #175 - ESLint ignore (.eslintignore) file support

github.com/JetBrains/idea-gitignore - 893dd8fdbb41a0ee4e550375912eb80923160212 authored about 9 years ago by hsz <[email protected]>
Resolved #161 - CloudFoundry ignore (.cfignore) file support

github.com/JetBrains/idea-gitignore - 282e7ee171f7799bcca1dfa5e90f340ed32b12bf authored about 9 years ago by hsz <[email protected]>
Resolved #164 - Generate without duplicates button in Generate dialog

github.com/JetBrains/idea-gitignore - 07413612a4ec3d85c067f2b12a012ab76cf71b34 authored about 9 years ago by hsz <[email protected]>
Generator dialog mnemonics

github.com/JetBrains/idea-gitignore - 32eea567d2278d9480250d54ace84cb122ae6986 authored about 9 years ago by hsz <[email protected]>
updated github templates

github.com/JetBrains/idea-gitignore - c288897651e86793ff24bdb75f4d5f6c9f2cfc06 authored about 9 years ago by hsz <[email protected]>
Fixed #162 IgnoreSettings settings must produce stable state (sorted settings keys)

github.com/JetBrains/idea-gitignore - 6101484c34ce773f0a4ce21e9e06075666497c71 authored over 9 years ago by hsz <[email protected]>
#160 Close ignored files action

github.com/JetBrains/idea-gitignore - 30a0f15bb47381d60c5043ac3daa0d992a04c68c authored over 9 years ago by hsz <[email protected]>
Fix for including outer file rules

github.com/JetBrains/idea-gitignore - f9a01d7eec4ef7795c452d5f86a5335fbae457c6 authored over 9 years ago by hsz <[email protected]>
#158 Insert `syntax: glob` for non-glob ignore types when creating new file

github.com/JetBrains/idea-gitignore - c4fee405b96bb3ce8b2f77c500862a9d177c8f16 authored over 9 years ago by hsz <[email protected]>
#157 NPE in FossilLanguage.getOuterFile

github.com/JetBrains/idea-gitignore - 374a3b290381b6579de81a3ef8ba214c21b25e5e authored over 9 years ago by hsz <[email protected]>
#156 Prevent ignore file creation when dialog generator is canceled

github.com/JetBrains/idea-gitignore - 84d1fc40646e7f92976b723a23a9e2abefca75ba authored over 9 years ago by hsz <[email protected]>
Generic Utils.isVcsDirectory method

github.com/JetBrains/idea-gitignore - cfacfad70ab800acb9303715c0e77cc88e19329f authored over 9 years ago by hsz <[email protected]>
Add ignore rules at the cursor position (#153)

github.com/JetBrains/idea-gitignore - 4bdfe638fbb952c7ed1da86bdbb857cb01b38bba authored over 9 years ago by hsz <[email protected]>
reference set performance

github.com/JetBrains/idea-gitignore - 0e3bc6d53eb1043feaeccf5d90c2676c8dc7f710 authored over 9 years ago by hsz <[email protected]>
Fixed #107 InvalidVirtualFileAccessException

github.com/JetBrains/idea-gitignore - 3b1262c0a12b3c29f2540ef0f6a21bd94dff012e authored over 9 years ago by hsz <[email protected]>
Fixed #144 IndexOutOfBoundsException

github.com/JetBrains/idea-gitignore - 61f17f4980305f18a39874a83021bb3e786c5ea7 authored over 9 years ago by hsz <[email protected]>
#155 Removed `\0` from the generated content.

github.com/JetBrains/idea-gitignore - a51d0e631993d59a5869d3991532368d534eeb7a authored over 9 years ago by hsz <[email protected]>
Fixed #152 Floobits (.flooignore) support

github.com/JetBrains/idea-gitignore - 89dbbcb506c92e838889f9c7c0ad46dfe0fa8309 authored over 9 years ago by hsz <[email protected]>
Fixed #150 ClassCastException while indexing

github.com/JetBrains/idea-gitignore - 2f60e9d4d6819a4157f82b4eade9fd8d7aa6c84f authored over 9 years ago by hsz <[email protected]>
npe error fix in Resources

github.com/JetBrains/idea-gitignore - 4c71a8c9be44a242e48345baaf03b99de5b57de4 authored over 9 years ago by hsz <[email protected]>
Fixed #150 ClassCastException while indexing

github.com/JetBrains/idea-gitignore - 9f488e2bc40097fd60509221f0b6f35f039cf268 authored over 9 years ago by hsz <[email protected]>
assertion error fix in Resources

github.com/JetBrains/idea-gitignore - 8c07ff469d75c5851ffc80b76d2cb02314ccb664 authored over 9 years ago by hsz <[email protected]>
Update README.md

github.com/JetBrains/idea-gitignore - 9e293c74a840878363113d737d55532c3c46531a authored over 9 years ago by Jakub Chrzanowski <[email protected]>
NoSuchMethodError: StringUtil.trimLeading(String, char)

github.com/JetBrains/idea-gitignore - a7c4f73e2248e553bdbc9981fe6263dd2f1d891b authored over 9 years ago by hsz <[email protected]>
Fixed #149 - IllegalAccessError for StringUtil.escapeChar(String, char) in IntelliJ 12.x

github.com/JetBrains/idea-gitignore - 41aec26d5d2baea6a8c189980979c38cf776f4cb authored over 9 years ago by hsz <[email protected]>
Fixed #148 - shorten ignore file path in the context menu

github.com/JetBrains/idea-gitignore - 393b0b6751d8aad0aaf09b428d9ce37750fbcfe5 authored over 9 years ago by hsz <[email protected]>
Merge pull request #147 from hho/patch-1

Update installation instructions

github.com/JetBrains/idea-gitignore - 971bd18ffa0a22e97abc9367cff2159710e54820 authored over 9 years ago by Jakub Chrzanowski <[email protected]>
Update installation instructions

Plugin was renamed some time ago

github.com/JetBrains/idea-gitignore - 5e2e969682da0e8a5afc7a60b5a5b39788cef088 authored over 9 years ago by Henning Hoefer <[email protected]>
Fixed #146 - Migration to JPanel because of the broken IntelliJ API (JBPanel NoClassDefFoundError)

github.com/JetBrains/idea-gitignore - 26a18535cda746163b602a041627646896584ae5 authored over 9 years ago by hsz <[email protected]>
Fixed #145 Project base dir should not be null in Utils.isInProject

github.com/JetBrains/idea-gitignore - 5240545b2142b4b7c1803297e084d53d2acc7168 authored over 9 years ago by hsz <[email protected]>
Fixed #141 Add leading slash when `Add to ignore file`

github.com/JetBrains/idea-gitignore - 51b3e78a7967fd40257c651916537706c0ac904f authored over 9 years ago by hsz <[email protected]>
Fixed #140 NoSuchMethodError ContainerUtil.isEmpty(Ljava/util/List;)

github.com/JetBrains/idea-gitignore - 694dab64f009e2177cfbf5712ca689fe351b5c13 authored over 9 years ago by hsz <[email protected]>
#138 CacheMap.getParentStatus must not return null

github.com/JetBrains/idea-gitignore - 524b3f356353a1059d7d158b6caaf9d09e037692 authored over 9 years ago by hsz <[email protected]>
#137 directory should not be null in Utils.isUnder

github.com/JetBrains/idea-gitignore - 99d03b77d0a91c05a0f0ada4581c70ac3e5c4a12 authored over 9 years ago by hsz <[email protected]>
#125 exclude ignored `.ignore` files from parsing

github.com/JetBrains/idea-gitignore - 669d46f70bccad2807a94676d52ce1d9feefc550 authored over 9 years ago by hsz <[email protected]>
#130 NPE after adding null to the files list

github.com/JetBrains/idea-gitignore - ef7228d7062b6101e24a56e63f950bf42d45ab7c authored over 9 years ago by hsz <[email protected]>
license year, travis img url

github.com/JetBrains/idea-gitignore - efb388423c1d12cf55a2c87c884c4de7a9527e48 authored over 9 years ago by hsz <[email protected]>
check if retrieve() is called from EDT #122

github.com/JetBrains/idea-gitignore - 276e8bbfa7565430c9fda1913cde27e6613fee48 authored over 9 years ago by hsz <[email protected]>
check if messageBus was initialized #123

github.com/JetBrains/idea-gitignore - 096472962c7a7a12095ef4e801323a1afaf21278 authored over 9 years ago by hsz <[email protected]>
invalid entry in the changelog

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

github.com/JetBrains/idea-gitignore - 2040949e0d9ba1d2032467c125e7b957889b0057 authored over 9 years ago by hsz <[email protected]>
release v1.1.2 + better changelog

github.com/JetBrains/idea-gitignore - b6b1eaa188cf70d8d52515f8ac5f5275ba0b8832 authored over 9 years ago by hsz <[email protected]>
Skipping already ignored IgnoreFiles #114

github.com/JetBrains/idea-gitignore - 2706c1140f76fa38ee801dcead9707b9867b6254 authored over 9 years ago by hsz <[email protected]>
NPE project base dir in IgnoreDirectoryMarkerProvider #115

github.com/JetBrains/idea-gitignore - 5691c5e752a251e3dfaac40b1b41ddbced3e73d3 authored over 9 years ago by hsz <[email protected]>
glob rules parsing fix #113

github.com/JetBrains/idea-gitignore - 1ac9142201522c55dff1f836a9c6552b25cec5bf authored over 9 years ago by hsz <[email protected]>
removed update notification

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