mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 03:54:22 +08:00
27 lines
294 B
Plaintext
27 lines
294 B
Plaintext
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
out
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Lock files
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Generated files
|
|
src-tauri/target
|
|
src-tauri/gen
|
|
src-tauri/Cargo.lock
|
|
|
|
# Config files
|
|
LICENSE.md
|
|
*.config.js
|
|
*.config.ts
|
|
|
|
# TypeScript configs
|
|
tsconfig.json
|
|
tsconfig.*.json
|