diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0e51f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +# Next.js generates this file with LF line endings. +next-env.d.ts text eol=lf diff --git a/.gitignore b/.gitignore index ce91d2a..b63f076 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ dist/ build/ coverage/ *.log +tsconfig.tsbuildinfo .env .env.* !.env.example