initialized next project

This commit is contained in:
2024-10-27 11:25:21 +01:00
parent 1514049c14
commit ff7910584c
63 changed files with 221 additions and 2409 deletions

45
.gitignore vendored
View File

@@ -1,21 +1,40 @@
# build output
dist/
# generated types
.astro/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# logs
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# env files (can opt-in for commiting if needed)
.env*
# macOS-specific files
.DS_Store
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts