mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Merge branch 'feature/commitlint-config'
This commit is contained in:
commit
156c02a91a
5
.commitlintrc.json
Normal file
5
.commitlintrc.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"rules": {
|
||||||
|
"body-max-line-length": [0, "always"]
|
||||||
|
}
|
||||||
|
}
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,6 +5,8 @@
|
|||||||
!.nojekyll
|
!.nojekyll
|
||||||
!.travis.yml
|
!.travis.yml
|
||||||
!.husky
|
!.husky
|
||||||
|
!.commitlintrc.json
|
||||||
|
!.versionrc.json
|
||||||
|
|
||||||
# bundler cache
|
# bundler cache
|
||||||
_site
|
_site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user