Files
wehub-resource-sync 3a28426bf4
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

65 lines
566 B
Plaintext

# Dependencies
node_modules/
**/node_modules/
# Build outputs
dist/
**/dist/
build/
**/build/
.next/
**/.next/
# Coverage
coverage/
**/coverage/
# Turbo
.turbo/
**/.turbo/
# Public assets
public/
**/public/
# Lock files
package-lock.json
**/package-lock.json
yarn.lock
**/yarn.lock
pnpm-lock.yaml
**/pnpm-lock.yaml
# Generated files
*.min.js
*.min.css
# Logs
*.log
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.*
# Git
.git/
.gitignore
# File types to ignore
*.md
*.yaml
*.yml
*.json
# Folders to ignore
docs/
examples/
openapi/