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-17 21:42:54 +00:00
parent 2a53448685
commit de622a2a21
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@
!/.editorconfig
!/.gitignore
!/.yardopts
!/.vale.ini
!/CHANGELOG.md
!/CONTRIBUTING.md
!/Dockerfile
+4
View File
@@ -0,0 +1,4 @@
StylesPath = ./docs/vale-styles
[*.md]
BasedOnStyles = Homebrew