mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
26 lines
320 B
Plaintext
26 lines
320 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
/vendor
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Application Data
|
|
*.log
|
|
/app/Database/*.sqlite
|
|
/temp_debug/
|
|
*.bak
|
|
|
|
# Build Artifacts & Deployments
|
|
/deploy_package.tar.gz
|
|
/mivo_backup_*.mivo
|
|
|
|
# Secrets and Environment
|
|
.env
|
|
|
|
# VitePress
|
|
docs/.vitepress/dist
|
|
docs/.vitepress/cache |