mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-30 22:02:27 +00:00
35 lines
403 B
Plaintext
35 lines
403 B
Plaintext
# Rust
|
|
/src-tauri/target/
|
|
/src-tauri/Cargo.lock
|
|
|
|
# Node
|
|
/node_modules/
|
|
/dist/
|
|
/npm-debug.log*
|
|
/yarn-debug.log*
|
|
/yarn-error.log*
|
|
/lerna-debug.log*
|
|
/.pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.vscode*
|
|
.idea*
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build output
|
|
/app-icon.png
|
|
/src-tauri/icons/*.png
|
|
/src-tauri/icons/*.ico
|
|
/src-tauri/icons/*.icns
|
|
|
|
# Log files
|
|
*.log
|