mirror of
https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux
synced 2026-04-25 17:15:35 +02:00
* feat: extract Kaomoji and Symbols feature * style(lint & format): Improve code formatting and adjust whitespace - Modified whitespace, blank lines, and prop alignment across ClipboardApp, KaomojiPicker, and user_settings.rs. - Categorized as 'style' for cosmetic changes that enhance readability without altering any logic or functionality. - Decision made to standardize prop indentation and remove unnecessary blank lines for consistent code style. * chore: apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Gustavo Carvalho <gustaavoribeeiro@hotmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
39 lines
323 B
Plaintext
39 lines
323 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
target/
|
|
|
|
# Build outputs
|
|
dist/
|
|
src-tauri/target/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Test
|
|
coverage/
|
|
|
|
# Tauri
|
|
src-tauri/WixTools/
|
|
src-tauri/Cargo.lock
|
|
|
|
temp/*
|