Add Git attributes for generated Next types
All checks were successful
Template Compliance / compliance (push) Successful in 6s
Template Compliance / compliance (pull_request) Successful in 6s

This commit is contained in:
ToxicCrzay270
2026-06-12 11:33:36 +02:00
parent d5ab61c0c2
commit 9b27ca6e48
2 changed files with 5 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
* text=auto
# Next.js generates this file with LF line endings.
next-env.d.ts text eol=lf

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ dist/
build/
coverage/
*.log
tsconfig.tsbuildinfo
.env
.env.*
!.env.example