mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* fix: importing for esm modules * style: use single quotes * refactor: remove 'use strict'
25 lines
294 B
Plaintext
25 lines
294 B
Plaintext
# Packages
|
|
node_modules/
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# Authentication
|
|
test/auth.json
|
|
test/auth.js
|
|
docs/deploy/deploy_key
|
|
docs/deploy/deploy_key.pub
|
|
deploy/deploy_key
|
|
deploy/deploy_key.pub
|
|
|
|
# Miscellaneous
|
|
.tmp/
|
|
.vscode/
|
|
.idea/
|
|
docs/docs.json
|
|
typings/index.js
|
|
webpack/
|