mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
01f6aa3405
* build: migrate repo to use `pnpm` as the pacakge manager * corepack enable * update lock file * format files * format .github * fix audit js * wrap in quotes * --frozen-lockfile * simplify packageManager field * lockfile * remove cache from audit workflow
37 lines
639 B
Plaintext
37 lines
639 B
Plaintext
/.changes
|
|
/.husky
|
|
/audits
|
|
/.vscode
|
|
|
|
# dependcies and artifacts directories
|
|
node_modules/
|
|
target/
|
|
dist/
|
|
|
|
# lock files
|
|
pnpm-lock.yaml
|
|
|
|
# autogenerated and minimized js file
|
|
core/tauri/scripts/bundle.global.js
|
|
|
|
# this file is an IIFE, shouldn't be formatted
|
|
core/tauri/scripts/process-ipc-message-fn.js
|
|
|
|
# cli templates should be formatted manually
|
|
# it also includes invalid json files that
|
|
# prettier can't handle
|
|
tooling/cli/templates
|
|
|
|
# autogenerated files
|
|
**/autogenerated/**/*.md
|
|
tooling/cli/node/index.js
|
|
tooling/cli/node/index.d.ts
|
|
CHANGELOG.md
|
|
*schema.json
|
|
|
|
# WiX templates
|
|
*.wxs
|
|
|
|
# examples /gen directory
|
|
examples/**/src-tauri/gen
|