Skip to content

Commit

Permalink
Fully migrated to Next JS
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevsk committed Mar 29, 2024
1 parent 64cdb66 commit 70855dc
Show file tree
Hide file tree
Showing 123 changed files with 3,741 additions and 10,272 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:react-hooks/recommended"
],
"rules": {
"rules": {
"no-undef": "warn"
}
}
55 changes: 34 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
# Logs
logs
*.log
# 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*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# local env files
.env*.local
.env

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
16 changes: 0 additions & 16 deletions .next/app-build-manifest.json

This file was deleted.

19 changes: 0 additions & 19 deletions .next/build-manifest.json

This file was deleted.

Binary file not shown.
Binary file removed .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion .next/package.json

This file was deleted.

1 change: 0 additions & 1 deletion .next/react-loadable-manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions .next/server/app-paths-manifest.json

This file was deleted.

253 changes: 0 additions & 253 deletions .next/server/app/template1/page.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/middleware-build-manifest.js

This file was deleted.

6 changes: 0 additions & 6 deletions .next/server/middleware-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/middleware-react-loadable-manifest.js

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/next-font-manifest.js

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/next-font-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/pages-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/server-reference-manifest.js

This file was deleted.

5 changes: 0 additions & 5 deletions .next/server/server-reference-manifest.json

This file was deleted.

Loading

0 comments on commit 70855dc

Please sign in to comment.