diff --git a/.gitattributes b/.gitattributes index 287a8c1..681d069 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ *.js text eol=lf *.ts text eol=lf +*.tsx text eol=lf *.md text eol=lf *.yaml text eol=lf +*.yml text eol=lf *.html text eol=lf *.json text eol=lf *.sh text eol=lf @@ -21,4 +23,7 @@ .npmignore text eol=lf .gitattributes text eol=lf LICENSE eol=lf -NOTICE eol=lf \ No newline at end of file +NOTICE eol=lf +Dockerfile text eol=lf +Dockerfile.local text eol=lf +nginx.conf.template text eol=lf \ No newline at end of file