next.js frontend w/ mongodb local backend
This commit is contained in:
parent
e24e17e42b
commit
f333d9ba00
18 changed files with 3144 additions and 337 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -131,5 +131,23 @@ dmypy.json
|
|||
# OSX
|
||||
.DS_Store
|
||||
|
||||
# Node.js / Next.js
|
||||
node_modules/
|
||||
.next/
|
||||
.swc/
|
||||
out/
|
||||
build/
|
||||
.vercel/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Node.js Debug Log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Local env files
|
||||
.env*.local
|
||||
|
||||
# Etc
|
||||
.idea
|
||||
Loading…
Add table
Reference in a new issue