mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
39 lines
416 B
Plaintext
39 lines
416 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
.npm
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
target
|
|
*.log
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE and editor files
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Debug files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Tauri specific
|
|
src-tauri/target
|
|
src-tauri/dist |