mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* fix(ExceptText): don't display import("d..-types/v10"). in return type
* Squashed 'packages/api-extractor-model/' content from commit 39ecb196c
git-subtree-dir: packages/api-extractor-model
git-subtree-split: 39ecb196ca210bdf84ba6c9cadb1bb93571849d7
* Squashed 'packages/api-extractor/' content from commit 341ad6c51
git-subtree-dir: packages/api-extractor
git-subtree-split: 341ad6c51b01656d4f73b74ad4bdb3095f9262c4
* feat(api-extractor): add api-extractor and -model
* fix: package.json docs script
* fix(SourcLink): use <> instead of function syntax
* fix: make packages private
* fix: rest params showing in docs, added labels
* fix: missed two files
* fix: cpy-cli & pnpm-lock
* fix: increase icon size
* fix: icon size again
30 lines
767 B
Plaintext
30 lines
767 B
Plaintext
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
|
|
|
|
# Ignore all files by default, to avoid accidentally publishing unintended files.
|
|
*
|
|
|
|
# Use negative patterns to bring back the specific things we want to publish.
|
|
!/bin/**
|
|
!/lib/**
|
|
!/lib-*/**
|
|
!/dist/**
|
|
!ThirdPartyNotice.txt
|
|
|
|
# Ignore certain patterns that should not get published.
|
|
/dist/*.stats.*
|
|
/lib/**/test/
|
|
/lib-*/**/test/
|
|
*.test.js
|
|
|
|
# NOTE: These don't need to be specified, because NPM includes them automatically.
|
|
#
|
|
# package.json
|
|
# README (and its variants)
|
|
# CHANGELOG (and its variants)
|
|
# LICENSE / LICENCE
|
|
|
|
#--------------------------------------------
|
|
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
|
|
#--------------------------------------------
|
|
|
|
# (Add your project-specific overrides here) |