From c95c5f5364a44d36c433be3061cff1d9b10962e9 Mon Sep 17 00:00:00 2001 From: Alma Date: Fri, 25 Apr 2025 17:41:20 +0200 Subject: [PATCH] without logo --- .gitignore | 6 ++++++ next-env.d.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a849c2e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +.next/ +.env +.DS_Store +npm-debug.log +yarn-error.log diff --git a/next-env.d.ts b/next-env.d.ts index 40c3d680..1b3be084 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.