Skip to content

Commit

Permalink
Allow dist of api-augment to be in the npm package (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin authored Nov 13, 2024
1 parent 06035e6 commit 0372691
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions typescript-api/.npmignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0372691

Please sign in to comment.