From 29942049fdc934a5068c2d9633e64334df7956c1 Mon Sep 17 00:00:00 2001 From: Caleb Foss Date: Sun, 30 Jul 2023 19:58:05 -0500 Subject: [PATCH] Add src to path for examples --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1e23214d0b..1ea0a071ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,7 @@ # prevents git from converting LF to CRLF, which causes issues # when assembling example pages on Windows -data/examples/**/*.js eol=lf +src/data/examples/**/*.js eol=lf # Denote all files that are truly binary and should not be modified. *.ai binary