mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +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/
|
/target/
|
||||||
|
|
||||||
node_modules
|
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/
|
jspm_packages/
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# TypeScript v1 declaration files
|
# TypeScript v1 declaration files
|
||||||
typings/
|
typings/
|
||||||
|
Loading…
Reference in New Issue
Block a user