mirror of
https://github.com/ILoveBingLu/CipherTalk.git
synced 2026-05-18 10:18:52 +08:00
8cd7216a0a
tsconfig.node.tsbuildinfo 是 tsc 的增量编译缓存(composite 开启时自动生成), 属于本地构建产物,不应纳入版本控制。加入 .gitignore 并从索引中移除。
66 lines
670 B
Plaintext
66 lines
670 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
dist-electron
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Build output
|
|
out
|
|
release
|
|
.tmp/release-announcement.json
|
|
|
|
# TypeScript 增量编译缓存
|
|
*.tsbuildinfo
|
|
|
|
# Database
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|
|
# Docs
|
|
Docs
|
|
语音转文字接口文档
|
|
|
|
# WeFolw
|
|
WeFolw
|
|
WeFlow
|
|
WxKey-CC
|
|
upx
|
|
native-dlls
|
|
native/image-decrypt/
|
|
native/image-decrypt/target
|
|
resources/whisper
|
|
xkey
|
|
skills
|
|
.claude/
|
|
.tmp
|