diff --git a/.gitattributes b/.gitattributes index 466d9f0..27c560a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ +.gitattributes text eol=lf *.sh text eol=lf deploy/docker/frontend/*.sh text eol=lf +frontend/src/*.js text eol=lf +frontend/src/**/*.js text eol=lf +frontend/src/**/*.svelte text eol=lf +frontend/scripts/*.mjs text eol=lf +frontend/scripts/**/*.mjs text eol=lf