A Composer post-update-cmd script to automatically add Composer managed SilverStripe modules and themes to .gitignore
A Composer post-update-cmd script to automatically add Composer managed SilverStripe modules and themes to .gitignore, (*1)
composer require gdmedia/ss-auto-git-ignore
"scripts": { "post-update-cmd": "GDM\\SSAutoGitIgnore\\UpdateScript::Go" }
3-clause BSD license
See License, (*2)
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique., (*3)
If the issue does look like a new bug:, (*4)
Feature requests can also be made by creating a new issue.
If you would like to make contributions to this module, feel free to create a fork and submit a pull request, (*5)
This project follows Semantic Versioning paradigm. That is:, (*6)
Given a version number MAJOR.MINOR.PATCH, increment the: 1. MAJOR version when you make incompatible API changes, 2. MINOR version when you add functionality in a backwards-compatible manner, and 3. PATCH version when you make backwards-compatible bug fixes. 4. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format., (*7)