@putout/plugin-gitignore 7.0.1 β 7.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/lib/gitignore.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-gitignore.svg?style=flat&longCache=true
|
|
4
4
|
[NPMURL]: https://npmjs.org/package/@putout/plugin-gitignore "npm"
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
> A `.gitignore` file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected.
|
|
7
|
+
>
|
|
8
|
+
> (c) [git-scm.com](https://git-scm.com/docs/gitignore)
|
|
9
|
+
|
|
10
|
+
π[**Putout**](https://github.com/coderaiser/putout) plugin helps with `.gitignore`.
|
|
7
11
|
|
|
8
12
|
## Install
|
|
9
13
|
|
package/lib/gitignore.js
CHANGED
package/package.json
CHANGED