Add Git attributes for generated Next types #3

Merged
MrSphay merged 2 commits from toxic/codex/project-hygiene-followups AGit into feature/room-invites-chat-moderation 2026-06-12 18:00:12 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 9b27ca6e48 - Show all commits

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