From 9b27ca6e487e7d2454c264263f3baca92535f71a Mon Sep 17 00:00:00 2001 From: ToxicCrzay270 <185776014+ToxicCrzay270@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:33:36 +0200 Subject: [PATCH] Add Git attributes for generated Next types --- .gitattributes | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes 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