mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
a2fe55512f
* refactor: add methods and implement traits for `FilePath` and `SafeFilePath` closes #1726 * clippy * path -> as_path * fix prettierignore * Discard changes to Cargo.lock * Discard changes to Cargo.toml * update tauri deps
22 lines
311 B
Plaintext
22 lines
311 B
Plaintext
/.changes
|
|
/.vscode
|
|
|
|
# dependcies and artifacts directories
|
|
node_modules/
|
|
target/
|
|
dist-js/
|
|
dist/
|
|
|
|
# lock files
|
|
pnpm-lock.yaml
|
|
|
|
# examples gen directory
|
|
examples/*/src-tauri/gen/
|
|
plugins/*/examples/*/src-tauri/gen/
|
|
|
|
# autogenerated files
|
|
**/autogenerated/**/*.md
|
|
api-iife.js
|
|
init-iife.js
|
|
CHANGELOG.md
|
|
*schema.json |