38 lines
365 B
Text
38 lines
365 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Next.js
|
|
dashboard/.next/
|
|
dashboard/out/
|
|
|
|
# Build output
|
|
build/
|
|
dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Local Config
|
|
config/*.json
|
|
!config/*.example.json
|
|
config/mcporter.json
|
|
config/cron.json
|