Initial commit: PodcastYes — AI podcast platform
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
next-env.d.ts
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# prisma
|
||||
/prisma/migrations/dev.db*
|
||||
|
||||
# generated assets (served from local disk in prod — never committed)
|
||||
/storage/
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# env files
|
||||
.env
|
||||
.env*.local
|
||||
.env.production
|
||||
|
||||
# editor / os
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea/
|
||||
|
||||
# pm2
|
||||
.pm2/
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
Reference in New Issue
Block a user