86 lines
819 B
Plaintext
86 lines
819 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Build output
|
|
dist
|
|
build
|
|
.next
|
|
out
|
|
|
|
# Tests
|
|
coverage
|
|
.nyc_output
|
|
*.spec.ts
|
|
*.test.ts
|
|
**/__tests__
|
|
**/__mocks__
|
|
test
|
|
tests
|
|
e2e
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
.DS_Store
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.github
|
|
|
|
# Documentation
|
|
*.md
|
|
docs
|
|
documentation
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Temporary files
|
|
tmp
|
|
temp
|
|
*.tmp
|
|
*.bak
|
|
*.cache
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yaml
|
|
|
|
# CI/CD
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
Jenkinsfile
|
|
azure-pipelines.yml
|
|
|
|
# Other
|
|
.prettierrc
|
|
.prettierignore
|
|
.eslintrc.js
|
|
.eslintignore
|
|
tsconfig.build.tsbuildinfo
|