Harden gitignore and improve README

This commit is contained in:
Janpeter Visser 2026-04-18 14:46:06 +02:00
parent e7e151b439
commit ee7d7320ac
5 changed files with 60 additions and 16 deletions

6
next-env.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.