mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 09:32:12 +00:00
83 lines
967 B
Plaintext
83 lines
967 B
Plaintext
# YouTube player cache directory
|
|
cache/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
*.lcov
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# yarn v2
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
# pnpm
|
|
.pnpm-debug.log*
|
|
pnpm-lock.yaml
|
|
|
|
# Downloaded assets
|
|
*.mp4
|
|
*.m4a
|
|
*.webm
|
|
*.mkv
|
|
|
|
# Temporary files for testing
|
|
tmp/
|
|
|
|
# Build output
|
|
dist/
|
|
bundle/*.js.*
|
|
bundle/*.js
|
|
bundle/*.cjs
|
|
bundle/*.cjs.*
|
|
deno/
|
|
|
|
# VSCode files
|
|
.vscode/
|
|
|
|
# Webstorm files
|
|
.idea/
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
*.bin |