discord.js/.dockerignore

68 lines
835 B
Plaintext
Raw Permalink Normal View History

2022-06-18 09:29:50 +12:00
# Packages
2023-05-03 12:14:22 +12:00
**/node_modules
2022-06-18 09:29:50 +12:00
# Log files
2023-05-03 12:14:22 +12:00
**/logs
**/*.log
**/npm-debug.log*
2022-06-18 09:29:50 +12:00
# Runtime data
2023-05-03 12:14:22 +12:00
**/pids
**/*.pid
**/*.seed
2022-06-18 09:29:50 +12:00
# Env
2023-05-03 12:14:22 +12:00
**/.env
2022-06-18 09:29:50 +12:00
# Dist
2023-05-03 12:14:22 +12:00
**/dist/
**/dist-docs/
2022-06-18 09:29:50 +12:00
# Miscellaneous
2023-05-03 12:14:22 +12:00
**/.tmp
**/.vscode
**/.idea
**/.DS_Store
**/.turbo
**/tsconfig.tsbuildinfo
**/coverage
**/__tests__
**/out
2022-06-18 09:29:50 +12:00
# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Cache
2023-05-03 12:14:22 +12:00
**/.prettiercache
**/.eslintcache
**/.vercel
# Docker specific
2023-05-03 12:14:22 +12:00
**/.cliff-jumperrc.json
**/api-extractor.json
**/api-extractor-docs.json
**/.eslintignore
**/.eslintrc.json
**/.lintstagedrc.js
**/.lintstagedrc.cjs
**/.lintstagedrc.json
**/.prettierignore
**/.prettierrc.js
**/.prettierrc.cjs
**/.prettierrc.json
**/cliff.toml
**/CHANGELOG.md
**/README.md
**/LICENSE
**/tsconfig.eslint.json
**/tsconfig.docs.json
**/docs/
**/vitest.config.ts