mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-24 19:12:59 +08:00
50 lines
487 B
Plaintext
50 lines
487 B
Plaintext
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
src-tauri/binary/
|
|
src-tauri/resources/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build outputs
|
|
build/
|
|
|
|
# Config files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Runtime data
|
|
data/
|
|
mount/
|
|
*.pid
|