Skip to content

Commit ffc4189

Browse files
committed
Update .gitignore and remove lock files
Added package manager lock files to .gitignore and deleted Cargo.lock and pnpm-lock.yaml files from the main project and example tauri app. This helps prevent accidental commits of lock files and supports multi-package manager workflows.
1 parent 6fb0fb9 commit ffc4189

9 files changed

Lines changed: 15 additions & 10705 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
*.sublime*
55
.idea/
66
debug.log
7-
# package-lock.json
7+
package-lock.json
88
.vscode/settings.json
9-
# yarn.lock
9+
pnpm-lock.yaml
10+
yarn.lock
11+
bun.lock
1012

1113
/.tauri
1214
/target

0 commit comments

Comments
 (0)