Files
aifo-portal-web/.gitignore
T
steven 4d30803b60 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>
2026-06-30 15:29:50 +08:00

55 lines
534 B
Plaintext

# 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