website v2

This commit is contained in:
Kalidou Diagne
2024-04-05 13:01:20 +01:00
parent a47f2bcec6
commit 154d832d49
103 changed files with 9770 additions and 16464 deletions

20
.gitignore vendored
View File

@@ -5,6 +5,7 @@
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
@@ -20,6 +21,25 @@ build-*
.env.test.local
.env.production.local
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# next.js
/.next/
/out/
# misc
.DS_Store
*.pem
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts