171 lines
2.6 KiB
Plaintext
171 lines
2.6 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
build-log.txt
|
|
build-output.txt
|
|
nsis-build.txt
|
|
typecheck-current.txt
|
|
temp_screenshot.png
|
|
error_dialog.png
|
|
error_dialog2.png
|
|
tmp_*.bin
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
dist-electron
|
|
dist-release
|
|
dist-release-final
|
|
dist-release-build
|
|
dist-release-new
|
|
chromium-mac.zip
|
|
新建文件夹/
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/.debug.env
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# lockfile
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
database.db
|
|
|
|
src/lang/source-use.json
|
|
/data
|
|
/local-auth-data/
|
|
/_delete
|
|
.vscode
|
|
|
|
/share-binary/
|
|
/archive/
|
|
/packaging/resources/linux-arm64/
|
|
/packaging/resources/linux-x86/
|
|
/packaging/resources/osx/
|
|
/packaging/resources/osx-arm64/
|
|
/packaging/resources/osx-x86/
|
|
/packaging/resources/win-x86-backup/
|
|
/packaging/resources/common/chromium/
|
|
/packaging/vendor/
|
|
nul
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.py.backup
|
|
|
|
# Temporary fix scripts
|
|
fix_*.py
|
|
fix_*.js
|
|
fix_*.mjs
|
|
fix_*.cjs
|
|
|
|
# Temporary text files
|
|
*.txt.bak
|
|
修改端口说明.txt
|
|
字幕自动.txt
|
|
情感分析字幕.txt
|
|
|
|
# Video downloader tool
|
|
video-downloader-app/
|
|
video-downloader.js
|
|
视频下载工具.exe
|
|
check_*.py
|
|
test_douyin*
|
|
test_login.py
|
|
fix_server.py
|
|
|
|
# Clean repository: generated outputs and bundled runtimes
|
|
build/
|
|
output/
|
|
tmp/
|
|
/resources-bundles/
|
|
/dist/
|
|
/dist-ssr/
|
|
/dist-electron/
|
|
/dist-release/
|
|
/dist-release-final/
|
|
/dist-release-build/
|
|
/dist-release-new/
|
|
/release-assets/
|
|
/win-unpacked/
|
|
/builder-debug.yml
|
|
/builder-effective-config.yaml
|
|
*.blockmap
|
|
*.nsis.7z
|
|
/packaging/resources/common/playwright/
|
|
/packaging/resources/common/python/
|
|
/packaging/resources/common/fonts/
|
|
/packaging/resources/common/models/
|
|
/packaging/resources/common/bgm/
|
|
/packaging/resources/common/soundEffects/
|
|
/packaging/resources/common/python-scripts/
|
|
/packaging/resources/stickers/
|
|
/packaging/resources/common/config/* - 副本*.json
|
|
/packaging/resources/common/config/*-backup-*.json
|
|
|
|
# Clean repository: media/content packs are not source code
|
|
*.mp3
|
|
*.mp4
|
|
*.wav
|
|
*.ttf
|
|
*.ttc
|
|
*.otf
|
|
*.gif
|
|
*.zip
|
|
*.backup
|
|
*.backup.*
|
|
*.backup_*
|
|
*.backup*
|
|
*_backup
|
|
*_backup*
|
|
*.before_fix
|
|
*.broken*
|
|
*.broken
|
|
*.fixed
|
|
*.fixed*
|
|
*.original
|
|
*.original*
|
|
*.restored
|
|
*.restore
|
|
*.tmp
|
|
tmpclaude-*
|
|
temp_fix.txt
|
|
active-run.json
|
|
*.db
|
|
activation-server/*.db
|
|
user-server/*.db
|
|
user-server/_archive_old_versions/
|
|
/fonts/
|
|
/bgm/
|
|
/ziti/
|
|
/resources/
|
|
/resources-bundles/
|
|
tools/**/runs/
|
|
/packaging/resources/voice-preview-cache/*.wav
|
|
|
|
# Clean repository: local auth/admin runtime data
|
|
local-auth-data/
|
|
server/local-auth-data/
|
|
*.sqlite
|
|
*.sqlite3
|
|
users.json
|
|
|
|
# Clean repository: large redistributable installers
|
|
/packaging/build-resources/vc_redist*.exe
|