From 0372691bbee7a6573907488d6a3e0f9ac5204d06 Mon Sep 17 00:00:00 2001 From: Alan Sapede Date: Wed, 13 Nov 2024 05:39:13 -0300 Subject: [PATCH] Allow dist of api-augment to be in the npm package (#3037) --- typescript-api/.npmignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 typescript-api/.npmignore diff --git a/typescript-api/.npmignore b/typescript-api/.npmignore new file mode 100644 index 0000000000..243e950690 --- /dev/null +++ b/typescript-api/.npmignore @@ -0,0 +1,34 @@ +metadata-*.json +build +# dist # Commented out to allow the dist directory to be included in the package +*.tgz + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Dependency directories +node_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache