Continuous Integration / config (pull_request) Successful in 9s
Continuous Integration / prepare (pull_request) Successful in 1m11s
Continuous Integration / build (pull_request) Successful in 1m55s
Continuous Integration / test (pull_request) Successful in 1m47s
Continuous Integration / deploy-test (pull_request) Skipped
Co-authored-by: Junie <junie@jetbrains.com>
32 lines
493 B
Plaintext
32 lines
493 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
dist
|
|
dist-ssr
|
|
|
|
# TypeScript incremental build cache (local-only, regenerated on every build)
|
|
tsconfig.tsbuildinfo
|
|
tsconfig.node.tsbuildinfo
|
|
|
|
# vite.config.js is emitted next to vite.config.ts by `tsc -b` (tsconfig.node.json has
|
|
# no outDir/noEmit), so it is a regenerated build artifact, not source.
|
|
vite.config.js
|
|
|
|
# Logs
|
|
*.local
|
|
npm-debug.log*
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS
|
|
.DS_Store
|