mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
chore: added package-lock.json to gitignore
This commit is contained in:
parent
f9806e69a5
commit
4b6439785f
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,7 +2,9 @@
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
|
3
packages/bruno-app/.gitignore
vendored
3
packages/bruno-app/.gitignore
vendored
@ -4,6 +4,9 @@
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.js
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
7
packages/bruno-cli/.gitignore
vendored
Normal file
7
packages/bruno-cli/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
web
|
||||
out
|
||||
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
4
packages/bruno-electron/.gitignore
vendored
4
packages/bruno-electron/.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
node_modules
|
||||
web
|
||||
out
|
||||
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
7
packages/bruno-schema/.gitignore
vendored
Normal file
7
packages/bruno-schema/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
web
|
||||
out
|
||||
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
2
packages/bruno-tauri/.gitignore
vendored
2
packages/bruno-tauri/.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
|
||||
node_modules
|
||||
|
2
packages/bruno-testbench/.gitignore
vendored
2
packages/bruno-testbench/.gitignore
vendored
@ -40,6 +40,8 @@ build/Release
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
Loading…
Reference in New Issue
Block a user