42 lines
382 B
Plaintext
42 lines
382 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build outputs
|
|
.next
|
|
out
|
|
|
|
# Environment files
|
|
.env*.local
|
|
.env
|
|
|
|
# Test files
|
|
**/*.test.js
|
|
**/*.test.ts
|
|
**/*.spec.js
|
|
**/*.spec.ts
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE and editor files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Other
|
|
README.md
|
|
CHANGELOG.md
|
|
LICENSE
|
|
coverage
|
|
.nyc_output |