65 lines
775 B
Plaintext
65 lines
775 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Reports
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Build artifacts
|
|
.grunt
|
|
bower_components
|
|
jspm_packages/
|
|
web_modules/
|
|
.lock-wscript
|
|
|
|
# Editor settings
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
.idea
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Caches
|
|
.eslintcache
|
|
.stylelintcache
|
|
.node_repl_history
|
|
.browserslistcache
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|