Initial commit: AIFO official portal web.

Add static site, shared layout, and Node dev server with standard .gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-30 15:29:50 +08:00
commit 4d30803b60
1154 changed files with 184340 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
# Dependencies
node_modules/
# Environment variables
.env
.env.*
!.env.example
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Runtime / cache
.cache/
.temp/
.tmp/
*.pid
*.seed
*.pid.lock
# Test / coverage
coverage/
.nyc_output/
# Build output
dist/
build/
out/
# OS files
.DS_Store
Thumbs.db
Desktop.ini
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Optional package manager files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions