⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 39 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,49 @@ version.json

# Please, add your custom content below!

# dependencies
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Dependencies
node_modules
.node-version
*/node_modules
/.pnp
.pnp.js
/build

# Build outputs
build
dist

# Test coverage and results
coverage
.nyc_output
*.lcov
junit.xml
test-results

# TypeScript
*.tsbuildinfo

# Caches
.eslintcache
.npm
.cache

# Environment files
.env
.env*.local

# OS files
.DS_Store
*.swp
*~
Thumbs.db

# Reports
.reports