74 lines
665 B
Plaintext
74 lines
665 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Build output (will be copied from builder)
|
|
dist
|
|
build
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.env
|
|
|
|
# IDE and editor files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
test-results
|
|
|
|
# Temporary files
|
|
tmp
|
|
temp
|
|
*.tmp
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Documentation
|
|
README.md
|
|
CHANGELOG.md
|
|
docs
|
|
|
|
# CI/CD
|
|
.github
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
Jenkinsfile
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose*.yml
|
|
|
|
# Vite cache
|
|
.vite
|
|
*.local
|
|
|
|
# ESLint
|
|
.eslintcache
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Misc
|
|
.cache
|
|
.parcel-cache
|