88194828ce
🔍 Lint / 🪄 Check lint (push) Has been cancelled
🔍 Lint / 🎨 Check format (push) Has been cancelled
🔍 Lint / 🔎 Typecheck (push) Has been cancelled
🔍 Lint / 🏗 Build (push) Has been cancelled
📊 Quality / 🔒 Security Audit (push) Has been cancelled
📊 Quality / 📋 Dependency Freshness (push) Has been cancelled
📊 Quality / 📦 Bundle Size (push) Has been cancelled
46 lines
423 B
Plaintext
46 lines
423 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.venv/
|
|
backend/.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Build
|
|
dist/
|
|
dist-ssr/
|
|
.vite/
|
|
*.local
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Debug
|
|
*.debug
|
|
|
|
# 3D Assets Cache (drei, GLTFJSX)
|
|
.drei/
|
|
.glitchdrei-cache/
|