From 7ce0018c9b3a7cd1f5f3644e89e95e4a32320003 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 29 Mar 2026 18:55:56 +0200 Subject: [PATCH] chore: update .gitignore --- apps/web/.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/.gitignore b/apps/web/.gitignore index 57ed3c8e..2c4edca4 100644 --- a/apps/web/.gitignore +++ b/apps/web/.gitignore @@ -7,4 +7,8 @@ .next/ -.font-cache/ \ No newline at end of file +.font-cache/ + +next-env.d.ts + +*.tsbuildinfo \ No newline at end of file