Skip to content

Commit de622a2

Browse files
committed
Exclude .vale.ini from .gitignore
- Without this, vale won't correctly detect where the styles are.
1 parent 2a53448 commit de622a2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
!/.editorconfig
155155
!/.gitignore
156156
!/.yardopts
157+
!/.vale.ini
157158
!/CHANGELOG.md
158159
!/CONTRIBUTING.md
159160
!/Dockerfile

.vale.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
StylesPath = ./docs/vale-styles
2+
3+
[*.md]
4+
BasedOnStyles = Homebrew

0 commit comments

Comments
 (0)