chore: update .gitignore and layout.tsx

This commit is contained in:
ngc2207 2024-11-02 18:01:02 +08:00
parent 033716cfda
commit 707075bcfb
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -40,4 +40,7 @@ yarn-error.log*
next-env.d.ts
# bun
bun.lockb
bun.lockb
# cache
cache

View File

@ -1,4 +1,4 @@
import "@/app/global.css";
import "@/app/globals.css";
import { cn } from "@/lib/utils";
import type { Metadata } from "next";
import { Inter } from "next/font/google";