mirror of
https://github.com/danbulant/discord.js
synced 2026-06-22 00:02:13 +00:00
Add .npmignore to reduce module filesize
This commit is contained in:
parent
c0c2fd1493
commit
98ee016b83
1 changed files with 26 additions and 0 deletions
26
.npmignore
Normal file
26
.npmignore
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Packages
|
||||
node_modules/
|
||||
yarn.lock
|
||||
|
||||
# Log files
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Authentication
|
||||
deploy/
|
||||
|
||||
# Miscellaneous
|
||||
.tmp/
|
||||
.vscode/
|
||||
docs/
|
||||
|
||||
webpack/
|
||||
|
||||
# NPM ignore
|
||||
.eslintrc.json
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.travis.yml
|
||||
webpack.config.js
|
||||
.github/
|
||||
test/
|
||||
Loading…
Reference in a new issue