40 lines
299 B
Plaintext
40 lines
299 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
pnpm-debug.log*
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
.next
|
||
|
|
out
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Environment
|
||
|
|
.env
|
||
|
|
.env*.local
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.log
|
||
|
|
.turbo
|