From 56515383e0a6b663b251c94c169b6d04dca1abfc Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Fri, 16 Aug 2024 11:28:55 +0900 Subject: [PATCH] Update .gitignore and .npmrc files --- .gitignore | 2 +- .npmrc | 2 +- pnpm-workspace.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 405083a97..4b1abe4f0 100644 --- a/.gitignore +++ b/.gitignore @@ -144,4 +144,4 @@ lib/ *.cpuprofile # npm -**/package-lock.json \ No newline at end of file +**/package-lock.json diff --git a/.npmrc b/.npmrc index 186ab8943..27d84bc26 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ engine-strict=true -@buf:registry=https://buf.build/gen/npm/v1 \ No newline at end of file +@buf:registry=https://buf.build/gen/npm/v1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index bcd031403..a649bfb7a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,4 +4,4 @@ packages: # all packages in subdirs of components/ - 'examples/**' # exclude packages that are inside test directories - - '!**/test/**' \ No newline at end of file + - '!**/test/**'