create-nxtstart-app
Version:
Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping.
65 lines (51 loc) • 714 B
Plain Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# vercel
.vercel
# typescript
*.tsbuildinfo
/.idea/
.idea/
.vscode
next-env.d.ts
# workbox
/public/sw*
/public/workbox*
/public/fallback*
/public/worker*
# cypress
/cypress/screenshots
/cypress/videos
cypress.env.json
#better auth
/better-auth_migrations/*
# prisma
/prisma/generated/
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# local env files
.env
.env*.local
# sqlite dbs
*.db