mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
28 lines
376 B
Plaintext
28 lines
376 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
|
|
|
|
# mobile build
|
|
**/ios/.build
|
|
**/.tauri
|
|
plugins/*/android/build
|