mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chore: added package-lock.json to tauri and testbench packages
This commit is contained in:
parent
405f253eef
commit
6b68857b81
4
packages/bruno-tauri/.gitignore
vendored
4
packages/bruno-tauri/.gitignore
vendored
@ -3,3 +3,7 @@
|
||||
/target/
|
||||
|
||||
node_modules
|
||||
jspm_packages/
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
1
packages/bruno-testbench/.gitignore
vendored
1
packages/bruno-testbench/.gitignore
vendored
@ -42,6 +42,7 @@ node_modules/
|
||||
jspm_packages/
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
Loading…
Reference in New Issue
Block a user