initial commit

This commit is contained in:
Nice Try
2026-06-26 02:51:08 +00:00
commit ad5810fba9
133 changed files with 28275 additions and 0 deletions
Executable
+44
View File
@@ -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