mirror of
https://github.com/movixcorp/MovixOpenSource.git
synced 2026-08-01 01:49:11 +00:00
78 lines
860 B
Text
78 lines
860 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Auto-generated entries
|
|
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.log
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Sensitive files (auto-detected)
|
|
.env
|
|
dist
|
|
node_modules
|
|
.env
|
|
|
|
# Project runtime caches and local data
|
|
API/cache/
|
|
API/data/
|
|
API/Mainapi/cache/
|
|
API/Mainapi/data/
|
|
|
|
# Discord bot (private; published separately)
|
|
API/BOT/
|
|
|
|
# Claude Code / superpowers local state
|
|
.claude/
|
|
.superpowers/
|
|
|
|
# Python artifacts
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo
|