mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
27 lines
250 B
Plaintext
27 lines
250 B
Plaintext
# Packages
|
|
node_modules/
|
|
yarn.lock
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# Authentication
|
|
deploy/
|
|
|
|
# Miscellaneous
|
|
.tmp/
|
|
.vscode/
|
|
docs/
|
|
|
|
# NPM ignore
|
|
.eslintrc.json
|
|
.gitattributes
|
|
.gitignore
|
|
.travis.yml
|
|
webpack.config.js
|
|
.github/
|
|
test/
|
|
tsconfig.json
|
|
tslint.json
|