JetBrains / idea-gitignore

.ignore support plugin for IntelliJ IDEA
Apache License 2.0
1.29k stars 176 forks source link

Add support for WP-CLI `.distignore` files #881

Closed swissspidy closed 7 months ago

swissspidy commented 8 months ago

WP-CLI is the command-line interface for WordPress, one of the most popular content management systems. Its wp dist-archive command supports a .distignore file to ignore certain files and directories when bundling a project. It has the same syntax as .gitignore.

Adding support for these files in this plugin would be really handy.

hsz commented 7 months ago

Thanks, Pascal!