novusvetus/autogitignore
Composer 安装命令:
composer require novusvetus/autogitignore
包简介
A post-update-cmd script to automatically add Composer managed packages to .gitignore
README 文档
README
Overview
A post-update-cmd script to automatically add Composer managed packages to .gitignore.
Installation
Add the following to your composer.json:
"scripts": { "post-update-cmd": "Novusvetus\\AutoGitIgnore\\GitIgnoreBuilder::go" }
Add it to your project with:
composer require novusvetus/autogitignore
Optional - Exclude only dev packages:
Add to the following to your composer.json
"extra": { "autogitignore": "devOnly" }
License
3-clause BSD license See License
Bugtracker
Bugs are tracked in the issues section of this repository on GitHub. Please read over existing issues before submitting an issue to ensure yours is unique.
- Describe the steps to reproduce your issue.
- Describe the expected and the actual outcome.
- Describe your environment as detailed as possible.
Development and contribution
Feature requests can also be made by creating a new issue. If you would like to make contributions to this repository, feel free to create a fork and submit a pull request.
Versioning
This project follows Semantic Versioning paradigm. That is:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
Thanks to
Links
统计信息
- 总下载量: 241
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-08-23