From 668c979cb34a7d2f2cb3cc231ee769c87d59e745 Mon Sep 17 00:00:00 2001 From: bigdeejay Date: Wed, 22 Jan 2025 18:04:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=20=EC=86=8C?= =?UTF-8?q?=EC=8A=A4=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- (2).gitignore | 36 ------------------------------------ README (2).md | 5 ----- 2 files changed, 41 deletions(-) delete mode 100644 (2).gitignore delete mode 100644 README (2).md diff --git a/ (2).gitignore b/ (2).gitignore deleted file mode 100644 index 45c1abc..0000000 --- a/ (2).gitignore +++ /dev/null @@ -1,36 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env*.local -.env - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts diff --git a/README (2).md b/README (2).md deleted file mode 100644 index 6a520de..0000000 --- a/README (2).md +++ /dev/null @@ -1,5 +0,0 @@ -## Next.js App Router Course - Starter - -This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application. - -For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.