Skip to content

Commit

Permalink
V2
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8monk3ys committed Nov 20, 2024
1 parent 2c715ea commit 9db4043
Show file tree
Hide file tree
Showing 170 changed files with 15,679 additions and 16,448 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

47 changes: 4 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# next.js
.next
/.next/
/out/

# production
Expand All @@ -23,52 +23,13 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# generated files
/public/rss/

# API keys
/LLM/.env
.next/trace
.next/cache/next-server.js.nft.json
.next/cache/webpack/client-development/0.pack
.next/cache/webpack/client-development/1.pack
.next/cache/webpack/client-development/4.pack
.next/cache/webpack/client-development/index.pack
.next/cache/webpack/client-development/index.pack.old
.next/cache/webpack/client-production/0.pack
.next/cache/webpack/client-production/index.pack
.next/cache/webpack/server-development/0.pack
.next/cache/webpack/server-development/1.pack
.next/cache/webpack/server-development/3.pack
.next/cache/webpack/server-development/5.pack
.next/cache/webpack/server-development/index.pack
.next/cache/webpack/server-development/index.pack.old
.next/cache/webpack/server-production/0.pack
.next/cache/webpack/server-production/index.pack
.next/server/pages-manifest.json
.next/trace
.next/cache/next-server.js.nft.json
.next/cache/webpack/client-development/0.pack
.next/cache/webpack/client-development/1.pack
.next/cache/webpack/client-development/4.pack
.next/cache/webpack/client-development/index.pack
.next/cache/webpack/client-development/index.pack.old
.next/cache/webpack/client-production/0.pack
.next/cache/webpack/client-production/index.pack
.next/cache/webpack/server-development/0.pack
.next/cache/webpack/server-development/1.pack
.next/cache/webpack/server-development/3.pack
.next/cache/webpack/server-development/5.pack
.next/cache/webpack/server-development/index.pack
.next/cache/webpack/server-development/index.pack.old
.next/cache/webpack/server-production/0.pack
.next/cache/webpack/server-production/index.pack
.next/server/pages-manifest.json
# typescript
*.tsbuildinfo
next-env.d.ts
Empty file removed .gitmodules
Empty file.
27 changes: 6 additions & 21 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,20 @@
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/webpack.js",
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/about": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/about.js"
],
"/projects": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/projects.js"
]
"/_app": []
},
"ampFirstPages": []
}
277 changes: 1 addition & 276 deletions .next/cache/next-server.js.nft.json

Large diffs are not rendered by default.

Binary file removed .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-production/0.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-production/index.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/3.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/4.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/5.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/6.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/index.pack
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/server-production/0.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-production/index.pack
Binary file not shown.
2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/diet": "pages/diet.js",
"/projects": "pages/projects.js",
"/about": "pages/about.js"
}
{}
233 changes: 0 additions & 233 deletions .next/server/pages/_app.js

This file was deleted.

86 changes: 0 additions & 86 deletions .next/server/pages/_document.js

This file was deleted.

Loading

0 comments on commit 9db4043

Please sign in to comment.