j
All checks were successful
Deploy Frontend / deploy (push) Successful in 4m3s

This commit is contained in:
Lee
2024-10-04 16:43:12 +01:00
parent 43cefc21aa
commit e0833d17f1
432 changed files with 9310 additions and 2898 deletions

11
.gitignore vendored
View File

@ -1,16 +1,15 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
.next/
/out/
# production
@ -34,8 +33,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.turbo
.idea
# Sentry Config File
.env.sentry-build-plugin
.idea