canvas-website/multmux/.gitignore

36 lines
310 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
*.tsbuildinfo
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pm2.log
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# PM2
ecosystem.config.js
.pm2/