mirror of
https://github.com/nicetry247/offlineacademy.git
synced 2026-08-19 23:17:25 +00:00
initial commit
This commit is contained in:
Executable
+44
@@ -0,0 +1,44 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user