mirror of
https://github.com/nicetry247/offlineacademy.git
synced 2026-07-26 11:58:44 +00:00
45 lines
401 B
Plaintext
Executable File
45 lines
401 B
Plaintext
Executable File
# Dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Next.js
|
|
/.next
|
|
/out
|
|
|
|
# Production DBs and Prisma
|
|
*.db
|
|
*.db-journal
|
|
/prisma/dev.db
|
|
/prisma/dev.db-journal
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test coverage
|
|
coverage
|
|
|
|
# Build caches
|
|
.cache
|
|
.turbo
|
|
|
|
# Misc tooling
|
|
.vercel
|