YesPlayMusic/.gitignore

61 lines
818 B
Plaintext
Raw Normal View History

2022-03-13 14:40:38 +08:00
# Logs
logs
*.log
2020-10-10 19:54:44 +08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-03-13 14:40:38 +08:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.test
# ----
2022-05-12 02:45:43 +08:00
**/dist
2022-03-13 14:40:38 +08:00
**/.tmp
2022-03-19 17:03:29 +08:00
/tmp
2022-03-13 14:40:38 +08:00
release
2022-05-12 02:45:43 +08:00
**/.DS_Store
2022-03-13 14:40:38 +08:00
*.local
.vscode/settings.json
2022-05-12 02:45:43 +08:00
.turbo
2022-05-12 17:53:04 +08:00
.env
vercel.json
.vercel
2022-05-13 23:33:11 +08:00
packages/web/bundle-stats-renderer.html
packages/web/bundle-stats.html
packages/web/storybook-static
2023-03-26 02:16:01 +08:00
packages/desktop/esbuild-kit