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.