chore: added package-lock.json to gitignore

This commit is contained in:
Anoop M D 2022-10-20 15:16:33 +05:30
parent f9806e69a5
commit 4b6439785f
7 changed files with 27 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,7 +2,9 @@
# dependencies
node_modules
yarn.lock
pnpm-lock.yaml
package-lock.json
.pnp
.pnp.js

View File

@ -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
View File

@ -0,0 +1,7 @@
node_modules
web
out
pnpm-lock.yaml
package-lock.json
yarn.lock

View File

@ -1,3 +1,7 @@
node_modules
web
out
pnpm-lock.yaml
package-lock.json
yarn.lock

7
packages/bruno-schema/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
node_modules
web
out
pnpm-lock.yaml
package-lock.json
yarn.lock

View File

@ -1,3 +1,5 @@
# Generated by Cargo
# will have compiled files and executables
/target/
node_modules

View File

@ -40,6 +40,8 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
pnpm-lock.yaml
yarn.lock
# TypeScript v1 declaration files
typings/