Initial AI manga platform
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
**/dist/
|
||||
.output/
|
||||
**/.output/
|
||||
.vite/
|
||||
**/.vite/
|
||||
coverage/
|
||||
**/coverage/
|
||||
|
||||
# Runtime logs / temp files
|
||||
*.log
|
||||
*.pid
|
||||
*.tmp
|
||||
*.temp
|
||||
*.swp
|
||||
.DS_Store
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Local environment and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Runtime storage: uploads, generated media, private assets, provider outputs
|
||||
storage/*
|
||||
!storage/.gitkeep
|
||||
backend/storage/
|
||||
admin/storage/
|
||||
user-app/storage/
|
||||
workers/storage/
|
||||
|
||||
# Generated archives / local exports
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.bak
|
||||
*.dump
|
||||
*.sql
|
||||
!backend/prisma/migrations/**/*.sql
|
||||
|
||||
# Local database files
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
Reference in New Issue
Block a user