mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
62 lines
774 B
Plaintext
62 lines
774 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*
|