You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Environment files
|
|
.env*
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# PM2 logs
|
|
.pm2/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# pnpm
|
|
pnpm-lock.yaml
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp |