Feat: Add user login / logout
This commit is contained in:
parent
40c451b2c0
commit
ac3cf943f2
32 changed files with 7315 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
app/node_modules/
|
||||
app/.env
|
||||
|
||||
# testing
|
||||
app/coverage
|
||||
|
||||
# next.js
|
||||
app/.next/
|
||||
app/out/
|
||||
|
||||
# production
|
||||
app/build
|
||||
|
||||
# debug
|
||||
app/npm-debug.log*
|
||||
|
||||
# typescript
|
||||
app/*.tsbuildinfo
|
||||
app/next-env.d.ts
|
Loading…
Add table
Add a link
Reference in a new issue