Skip to content

Commit

Permalink
Add nextjs project init
Browse files Browse the repository at this point in the history
  • Loading branch information
shaurya35 committed Oct 8, 2024
1 parent 1f1c1f7 commit 6dc706a
Show file tree
Hide file tree
Showing 86 changed files with 5,074 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# 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
1 change: 0 additions & 1 deletion 404.html

This file was deleted.

Loading

0 comments on commit 6dc706a

Please sign in to comment.