From d1596d7f4abf5df8c6b3edd6b4e6e882f6205831 Mon Sep 17 00:00:00 2001 From: Dylan Kinnett Date: Mon, 4 Oct 2021 10:20:13 -0400 Subject: [PATCH] Ignore config. Differs across machines --- .gitignore | 2 ++ .vale.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4748be --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ignore config file. different on each machine +.vale.ini diff --git a/.vale.ini b/.vale.ini index 859eca5..aa9ee34 100644 --- a/.vale.ini +++ b/.vale.ini @@ -6,7 +6,7 @@ # Core settings # StylesPath = /home/dylan/.config/vale/styles -StylesPath = C:\Users\dylan\.config\vale\styles +StylesPath = C:\Users\Dylan\.config\vale\styles # The minimum alert level to display (suggestion, warning, or error). #