Clean codebase- start from scratch

This commit is contained in:
2024-11-19 22:14:54 -05:00
parent 9d9aa52285
commit b4a05e0bcd
97 changed files with 6376 additions and 3624 deletions

41
.gitignore vendored
View File

@@ -1,12 +1,14 @@
# Created by https://www.toptal.com/developers/gitignore/api/nextjs,react
# Edit at https://www.toptal.com/developers/gitignore?templates=nextjs,react
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
### NextJS ###
# dependencies
/node_modules
.pnpm-store/
/.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
@@ -26,10 +28,9 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# env files (can opt-in for commiting if needed)
.env*
# vercel
.vercel
@@ -37,27 +38,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
### react ###
.DS_*
*.log
logs
**/*.backup.*
**/*.back.*
node_modules
bower_components
*.sublime*
psd
thumb
sketch
pnpm-lock.yaml
# End of https://www.toptal.com/developers/gitignore/api/nextjs,react
pnpm-lock.yaml
/content
/test_data