mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
* fallback targets * linux test * linux ready * RPM installation * small error fix * fix windows build * windows tests * add aider files to .gitignore * get bundle type out of patched variable * windows tests * patch windows binary * format * fix bundler * remove local tauri dependency * remove print * rever Cargo.lock * move __TAURI_BUNDLE_TYPE to tauri::utils * get_current_bundle_type * update tauri * fix macos integration test * fix fallback logic Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net> * amend! fallback targets fallback targets * reformat * fix tests * reformat * bump tari versio * fix fallback logic * restore Cargo.lock * Bump tauri and add notes * Rename some staffs * move target logic * Refactor the target fallback to a function * Format and clippy * Keep target in `Update` since it's public * Keep updater/tests/app-updater/src/main.rs lf * Revert changes in tests/app-updater/src/main.rs * Clean up * changefile * Bump updater-js as well * update pub fn target docs * update pub fn target docs * Update plugins/updater/src/error.rs Co-authored-by: Fabian-Lars <github@fabianlars.de> * Update plugins/updater/src/updater.rs Co-authored-by: Fabian-Lars <github@fabianlars.de> * Update plugins/updater/src/updater.rs Co-authored-by: Fabian-Lars <github@fabianlars.de> * suggestios * add comment * restore error * Revert "Bump tauri and add notes" This reverts commit0a495ccc6a. * Revert "bump tari versio" This reverts commit5b4c1c164b. --------- Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net> Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Tony <legendmastertony@gmail.com> Co-authored-by: Fabian-Lars <github@fabianlars.de>
62 lines
775 B
Plaintext
62 lines
775 B
Plaintext
# dependency directories
|
|
node_modules/
|
|
target/
|
|
|
|
# Optional npm and yarn cache directory
|
|
.npm/
|
|
.yarn/
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# .vscode workspace settings file
|
|
.vscode/settings.json
|
|
.vscode/launch.json
|
|
.vscode/tasks.json
|
|
|
|
# npm, yarn and bun lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
bun.lockb
|
|
|
|
# rust compiled folders
|
|
target/
|
|
|
|
# compiled plugins
|
|
dist-js/
|
|
|
|
# plugins .tauri directory
|
|
/plugins/*/.tauri
|
|
|
|
# examples
|
|
examples/*/dist
|
|
plugins/*/examples/*/dist
|
|
examples/*/src-tauri/gen/schemas
|
|
plugins/*/examples/*/src-tauri/gen/schemas
|
|
|
|
# logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# miscellaneous
|
|
/.vs
|
|
.DS_Store
|
|
.Thumbs.db
|
|
*.sublime*
|
|
.idea
|
|
debug.log
|
|
TODO.md
|
|
.aider.*
|