MovixOpenSource/.gitignore
Movix 1401dc20f3 tird release
mon compte github a été détecté comme du spam je crois
2026-04-28 17:55:00 +02:00

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