- Initial setup and all features from develop branch - Includes: auth, deploy, docker, style fixes - K3S deployment configuration
62 lines
658 B
Plaintext
62 lines
658 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
nextjs/node_modules
|
|
.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
nextjs/.next/
|
|
nextjs/out/
|
|
|
|
# production
|
|
nextjs/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
nextjs/tsconfig.tsbuildinfo
|
|
nextjs/next-env.d.ts
|
|
|
|
# prisma
|
|
nextjs/prisma/client
|
|
nextjs/prisma/*.db
|
|
nextjs/prisma/*.db-journal
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|
|
# trunk
|
|
.trunk
|