235 lines
3.4 KiB
Plaintext
235 lines
3.4 KiB
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov/
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output/
|
|
|
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt/
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
bower_components/
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
build/Release/
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
|
|
# Optional npm cache directory
|
|
.npm/
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Microbundle cache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt
|
|
dist
|
|
|
|
# Gatsby files
|
|
.cache/
|
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
|
# public
|
|
|
|
# vuepress build output
|
|
.vuepress/dist
|
|
|
|
# vuepress v2.x temp and cache directory
|
|
.temp
|
|
|
|
# Docusaurus cache and generated files
|
|
.docusaurus
|
|
.build
|
|
|
|
# Serverless directories
|
|
.serverless/
|
|
|
|
# FuseBox cache
|
|
.fusebox/
|
|
|
|
# DynamoDB Local files
|
|
.dynamodb/
|
|
|
|
# TernJS port file
|
|
.tern-port
|
|
|
|
# Stores VSCode versions used for testing VSCode extensions
|
|
.vscode-test
|
|
|
|
# Yarn v2
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
# Vite local server cache
|
|
.vite
|
|
|
|
# Vitest cache
|
|
.vitest
|
|
|
|
# Storybook build outputs
|
|
.out/
|
|
.storybook-out/
|
|
|
|
# Monorepo-specific
|
|
apps/*/node_modules/
|
|
apps/*/dist/
|
|
apps/*/build/
|
|
apps/*/.turbo/
|
|
apps/*/.next/
|
|
apps/*/.nuxt/
|
|
apps/*/.cache/
|
|
apps/*/.parcel-cache/
|
|
apps/*/.vuepress/dist
|
|
apps/*/.docusaurus
|
|
apps/*/.build
|
|
apps/*/.serverless
|
|
apps/*/.fusebox
|
|
apps/*/.dynamodb
|
|
apps/*/.tern-port
|
|
apps/*/.vscode-test
|
|
apps/*/.yarn
|
|
apps/*/.vite
|
|
apps/*/.vitest
|
|
apps/*/.out
|
|
apps/*/.storybook-out
|
|
|
|
packages/*/node_modules/
|
|
packages/*/dist/
|
|
packages/*/build/
|
|
packages/*/.turbo/
|
|
packages/*/.next/
|
|
packages/*/.nuxt/
|
|
packages/*/.cache/
|
|
packages/*/.parcel-cache/
|
|
packages/*/.vuepress/dist
|
|
packages/*/.docusaurus
|
|
packages/*/.build
|
|
packages/*/.serverless
|
|
packages/*/.fusebox
|
|
packages/*/.dynamodb
|
|
packages/*/.tern-port
|
|
packages/*/.vscode-test
|
|
packages/*/.yarn
|
|
packages/*/.vite
|
|
packages/*/.vitest
|
|
packages/*/.out
|
|
packages/*/.storybook-out
|
|
|
|
libs/*/node_modules/
|
|
libs/*/dist/
|
|
libs/*/build/
|
|
libs/*/.turbo/
|
|
libs/*/.next/
|
|
libs/*/.nuxt/
|
|
libs/*/.cache/
|
|
libs/*/.parcel-cache/
|
|
libs/*/.vuepress/dist
|
|
libs/*/.docusaurus
|
|
libs/*/.build
|
|
libs/*/.serverless
|
|
libs/*/.fusebox
|
|
libs/*/.dynamodb
|
|
libs/*/.tern-port
|
|
libs/*/.vscode-test
|
|
libs/*/.yarn
|
|
libs/*/.vite
|
|
libs/*/.vitest
|
|
libs/*/.out
|
|
libs/*/.storybook-out
|
|
|
|
# Ignore lockfiles
|
|
**/package-lock.json
|
|
**/yarn.lock
|
|
**/pnpm-lock.yaml
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Linux
|
|
*~
|
|
|
|
docker-compose.yml
|
|
.env
|
|
packages/common/prisma/migrations
|
|
volumes |