Exclude .vale.ini from .gitignore

- Without this, vale won't correctly detect where the styles are.
This commit is contained in:
Issy Long 2019-12-09 19:04:57 +00:00
parent 2a53448685
commit de622a2a21
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -154,6 +154,7 @@
!/.editorconfig
!/.gitignore
!/.yardopts
!/.vale.ini
!/CHANGELOG.md
!/CONTRIBUTING.md
!/Dockerfile

4
.vale.ini Normal file
View File

@ -0,0 +1,4 @@
StylesPath = ./docs/vale-styles
[*.md]
BasedOnStyles = Homebrew