init: AI-webUI-V1 first backup

This commit is contained in:
2026-02-15 23:08:47 +08:00
commit f372004545
9 changed files with 1882 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# dependencies
node_modules/
.pnpm-store/
.yarn/
.yarn-cache/
.pnp.*
.pnp.js
# build output
dist/
build/
out/
.next/
.nuxt/
.svelte-kit/
.vite/
.cache/
.parcel-cache/
.eslintcache
# logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# env
.env
.env.*
!.env.example
# OS / Editor
.DS_Store
Thumbs.db
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/launch.json
.idea/
# temp
tmp/
temp/
*.tmp
*.swp
# coverage
coverage/
.nyc_output/
# if using docker
**/.docker/